summaryrefslogtreecommitdiff
path: root/tests/backup
AgeCommit message (Expand)Author
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to frameworks/baseBob Badour
2020-12-08Improve OWNERS coverage across frameworks/base/.Jeff Sharkey
2018-02-28frameworks/base: Set LOCAL_SDK_VERSION where possible.Anton Hansson
2017-12-05Use -Werror in frameworks/base/tests/backupChih-Hung Hsieh
2012-02-20frameworks/base refactoringMathias Agopian
2012-02-17frameworks/base refactoring.Mathias Agopian
2010-03-29API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API CouncilChristopher Tate
2010-03-05Refactor android.backup => android.app.backupChristopher Tate
2010-03-02Fix Proguard flags.Ying Wang
2010-02-19Automatically restore app data at install timeChristopher Tate
2010-02-12Remove BACKUP_DATA permission and associated checksChristopher Tate
2009-12-02Revive backup testsOmari Stephens
2009-08-13Merge change 20918Android (Google) Code Review
2009-08-13Backup participants must now hold the BACKUP_DATA permissionChristopher Tate
2009-08-12Wrap up the stress test into a single scriptOmari Stephens
2009-08-11git rid of the "x" prefixes for testOmari Stephens
2009-08-11The triumphant return of the shell scripts, with bugreports, less code dup, andOmari Stephens
2009-08-06Wipe data on backend before a backup runOmari Stephens
2009-08-03Make test_backup and test_restore usable againOmari Stephens
2009-07-07BackupManager wrapper class improvementsChristopher Tate
2009-06-26Add a test for SharedPreferencesBackupHelperJoe Onorato
2009-06-26Test that we correctly back up an empty file.Joe Onorato
2009-06-25Add some helpful tests scripts for backup and make bmgr restore wait until th...Joe Onorato
2009-06-25Make the BackupHelperDispatcher properly handle multiple helpers.Joe Onorato
2009-06-22Pass the originating app's versionCode along with a restore setChristopher Tate
2009-06-22Helper API cleanup. Allows multiple helpers to function,Joe Onorato
2009-06-18Make RestoreHelper and friends also write out the snapshot state.Joe Onorato
2009-06-17backup fixes:Joe Onorato
2009-06-17FileRestoreHelper and RestoreHelperDispatcher work.Joe Onorato
2009-06-12Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods...Joe Onorato
2009-06-11Make the file backup helper not crash if a file you requestedJoe Onorato
2009-06-11Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.Joe Onorato
2009-06-04rename a few files to camel-case, add copyright noticesMathias Agopian
2009-05-31Retool the backup process to use a new 'BackupAgent' classChristopher Tate
2009-05-20Hook up the backup data writer, and add a utility to read the backup data files.Joe Onorato
2009-05-15Add the backup data file writer C++ class.Joe Onorato
2009-05-15Implement the C++ class to write the backed up file data.Joe Onorato
2009-05-14Get the backup calling through to the file backup helper.Joe Onorato
2009-05-13With this, the BackupService onBackup method is called.Joe Onorato
2009-05-08fix the sim build. disables the tests for now.Joe Onorato
2009-05-07More backup testsJoe Onorato
2009-05-05Add a test app for the backupJoe Onorato
2009-05-05Add some C++ code to do raw files for backupJoe Onorato