summaryrefslogtreecommitdiffstats
path: root/core/java/android/backup/SharedPreferencesBackupHelper.java
Commit message (Expand)AuthorAgeFilesLines
* Refactor android.backup => android.app.backupChristopher Tate2010-03-051-91/+0
* Add some backup Javadoc and clean importsKenny Root2010-02-241-1/+7
* API CHANGE: expose backup/restore to the SDKChristopher Tate2010-02-161-1/+17
* Turn off most of the backup-related debug loggingChristopher Tate2009-09-301-2/+3
* Add a test for SharedPreferencesBackupHelperJoe Onorato2009-06-261-1/+1
* Helper API cleanup. Allows multiple helpers to function,Joe Onorato2009-06-221-14/+26
* Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods...Joe Onorato2009-06-121-3/+20
* Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.Joe Onorato2009-06-111-4/+2
* Get the backup calling through to the file backup helper.Joe Onorato2009-05-141-1/+2
* More backup testsJoe Onorato2009-05-071-0/+40