summaryrefslogtreecommitdiff
path: root/tests/backup/src
AgeCommit message (Expand)Author
2010-03-29API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API CouncilChristopher Tate
2010-03-05Refactor android.backup => android.app.backupChristopher Tate
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-05-31Retool the backup process to use a new 'BackupAgent' classChristopher Tate
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-07More backup testsJoe Onorato
2009-05-05Add a test app for the backupJoe Onorato