- 051ef78 [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base by Bob Badour · 3 years, 11 months ago
- 52b9862 Improve OWNERS coverage across frameworks/base/. by Jeff Sharkey · 4 years, 1 month ago
- a3e79fb frameworks/base: Set LOCAL_SDK_VERSION where possible. by Anton Hansson · 7 years ago
- b40ec90 Use -Werror in frameworks/base/tests/backup by Chih-Hung Hsieh · 7 years ago
- 83c64e6 frameworks/base refactoring by Mathias Agopian · 13 years ago
- b13b9bd frameworks/base refactoring. by Mathias Agopian · 13 years ago
- cc84c69 API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API Council by Christopher Tate · 15 years ago
- 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 15 years ago
- c882dda Fix Proguard flags. by Ying Wang · 15 years ago
- 1bb6906 Automatically restore app data at install time by Christopher Tate · 15 years ago
- a87240c Remove BACKUP_DATA permission and associated checks by Christopher Tate · 15 years ago
- aa6e73a Revive backup tests by Omari Stephens · 15 years ago
- 1cf3229 Merge change 20918 by Android (Google) Code Review · 15 years ago
- 0749dcd Backup participants must now hold the BACKUP_DATA permission by Christopher Tate · 15 years ago
- 259447b Wrap up the stress test into a single script by Omari Stephens · 15 years ago
- bf5ac2a git rid of the "x" prefixes for test by Omari Stephens · 15 years ago
- 0cfeb25 The triumphant return of the shell scripts, with bugreports, less code dup, and by Omari Stephens · 15 years ago
- 864ed1a Wipe data on backend before a backup run by Omari Stephens · 15 years ago
- 1f808c6 Make test_backup and test_restore usable again by Omari Stephens · 15 years ago
- c8daa76 BackupManager wrapper class improvements by Christopher Tate · 16 years ago
- dc355a9 Add a test for SharedPreferencesBackupHelper by Joe Onorato · 16 years ago
- aae628b Test that we correctly back up an empty file. by Joe Onorato · 16 years ago
- 4a64bde Add some helpful tests scripts for backup and make bmgr restore wait until the backup is done. by Joe Onorato · 16 years ago
- 4ababd9 Make the BackupHelperDispatcher properly handle multiple helpers. by Joe Onorato · 16 years ago
- 5cbbf56 Pass the originating app's versionCode along with a restore set by Christopher Tate · 16 years ago
- 06290a4 Helper API cleanup. Allows multiple helpers to function, by Joe Onorato · 16 years ago
- d2d9ceb Make RestoreHelper and friends also write out the snapshot state. by Joe Onorato · 16 years ago
- 83248c4 backup fixes: by Joe Onorato · 16 years ago
- efd0fab FileRestoreHelper and RestoreHelperDispatcher work. by Joe Onorato · 16 years ago
- 1cf5874 Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods on BackupDataOutput. by Joe Onorato · 16 years ago
- ce88cb1 Make the file backup helper not crash if a file you requested by Joe Onorato · 16 years ago
- 23ecae3 Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. by Joe Onorato · 16 years ago
- 8ae2335 rename a few files to camel-case, add copyright notices by Mathias Agopian · 16 years ago
- 181fafa Retool the backup process to use a new 'BackupAgent' class by Christopher Tate · 16 years ago
- d2110db Hook up the backup data writer, and add a utility to read the backup data files. by Joe Onorato · 16 years ago
- 2e1da32 Add the backup data file writer C++ class. by Joe Onorato · 16 years ago
- 4535e40 Implement the C++ class to write the backed up file data. by Joe Onorato · 16 years ago
- 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 16 years ago
- 8ad0281 With this, the BackupService onBackup method is called. by Joe Onorato · 16 years ago
- c825d3e fix the sim build. disables the tests for now. by Joe Onorato · 16 years ago
- b1a7ffe More backup tests by Joe Onorato · 16 years ago
- f9225f8 Add a test app for the backup by Joe Onorato · 16 years ago
- 3ad977b Add some C++ code to do raw files for backup by Joe Onorato · 16 years ago