summaryrefslogtreecommitdiffstats
path: root/tests/backup/src
Commit message (Expand)AuthorAgeFilesLines
* API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API CouncilChristopher Tate2010-03-291-2/+2
* Refactor android.backup => android.app.backupChristopher Tate2010-03-052-8/+8
* BackupManager wrapper class improvementsChristopher Tate2009-07-071-8/+6
* Add a test for SharedPreferencesBackupHelperJoe Onorato2009-06-261-0/+2
* Test that we correctly back up an empty file.Joe Onorato2009-06-261-1/+2
* Add some helpful tests scripts for backup and make bmgr restore wait until th...Joe Onorato2009-06-251-1/+1
* 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
* Retool the backup process to use a new 'BackupAgent' classChristopher Tate2009-05-311-3/+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
* More backup testsJoe Onorato2009-05-071-0/+44
* Add a test app for the backupJoe Onorato2009-05-052-0/+132