summaryrefslogtreecommitdiffstats
path: root/tests/backup
Commit message (Expand)AuthorAgeFilesLines
* frameworks/base refactoringMathias Agopian2012-02-201-1/+1
* frameworks/base refactoring.Mathias Agopian2012-02-171-1/+1
* API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API CouncilChristopher Tate2010-03-291-2/+2
* Refactor android.backup => android.app.backupChristopher Tate2010-03-052-8/+8
* Fix Proguard flags.Ying Wang2010-03-021-0/+2
* Automatically restore app data at install timeChristopher Tate2010-02-191-0/+3
* Remove BACKUP_DATA permission and associated checksChristopher Tate2010-02-121-1/+0
* Revive backup testsOmari Stephens2009-12-022-4/+6
* Merge change 20918Android (Google) Code Review2009-08-132-1/+67
|\
| * Wrap up the stress test into a single scriptOmari Stephens2009-08-122-1/+67
* | Backup participants must now hold the BACKUP_DATA permissionChristopher Tate2009-08-131-0/+1
|/
* git rid of the "x" prefixes for testOmari Stephens2009-08-111-1/+1
* The triumphant return of the shell scripts, with bugreports, less code dup, andOmari Stephens2009-08-113-50/+96
* Wipe data on backend before a backup runOmari Stephens2009-08-062-4/+23
* Make test_backup and test_restore usable againOmari Stephens2009-08-032-24/+84
* BackupManager wrapper class improvementsChristopher Tate2009-07-071-8/+6
* Add a test for SharedPreferencesBackupHelperJoe Onorato2009-06-263-6/+20
* Test that we correctly back up an empty file.Joe Onorato2009-06-263-1/+4
* Add some helpful tests scripts for backup and make bmgr restore wait until th...Joe Onorato2009-06-253-1/+67
* Make the BackupHelperDispatcher properly handle multiple helpers.Joe Onorato2009-06-251-0/+1
* Pass the originating app's versionCode along with a restore setChristopher Tate2009-06-221-1/+2
* Helper API cleanup. Allows multiple helpers to function,Joe Onorato2009-06-222-45/+11
* Make RestoreHelper and friends also write out the snapshot state.Joe Onorato2009-06-182-2/+7
* backup fixes:Joe Onorato2009-06-172-7/+23
* FileRestoreHelper and RestoreHelperDispatcher work.Joe Onorato2009-06-171-3/+57
* Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods...Joe Onorato2009-06-121-1/+2
* Make the file backup helper not crash if a file you requestedJoe Onorato2009-06-111-0/+1
* Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.Joe Onorato2009-06-111-0/+1
* rename a few files to camel-case, add copyright noticesMathias Agopian2009-06-041-1/+17
* Retool the backup process to use a new 'BackupAgent' classChristopher Tate2009-05-312-9/+4
* Hook up the backup data writer, and add a utility to read the backup data files.Joe Onorato2009-05-201-2/+2
* Add the backup data file writer C++ class.Joe Onorato2009-05-151-0/+1
* Implement the C++ class to write the backed up file data.Joe Onorato2009-05-151-0/+3
* Get the backup calling through to the file backup helper.Joe Onorato2009-05-142-3/+28
* With this, the BackupService onBackup method is called.Joe Onorato2009-05-131-1/+1
* fix the sim build. disables the tests for now.Joe Onorato2009-05-081-3/+10
* More backup testsJoe Onorato2009-05-073-3/+47
* Add a test app for the backupJoe Onorato2009-05-054-0/+164
* Add some C++ code to do raw files for backupJoe Onorato2009-05-052-0/+123