index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
backup
Age
Commit message (
Expand
)
Author
2021-04-24
Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base" am: aa21d775a0 am: 5...
Treehugger Robot
2021-04-23
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
Bob Badour
2021-02-21
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
Bob Badour
2021-02-16
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
Bob Badour
2020-12-08
resolve merge conflicts of 358f0d4fc8c248498cf113c41e043877a14e89a1 to master
Jeff Sharkey
2020-12-08
Improve OWNERS coverage across frameworks/base/.
Jeff Sharkey
2020-03-23
Add an exported flag in manifest
Ashwini Oruganti
2018-02-28
frameworks/base: Set LOCAL_SDK_VERSION where possible.
Anton Hansson
2018-02-28
frameworks/base: Set LOCAL_SDK_VERSION where possible.
Anton Hansson
2017-12-05
Use -Werror in frameworks/base/tests/backup
Chih-Hung Hsieh
2012-02-20
frameworks/base refactoring
Mathias Agopian
2012-02-17
frameworks/base refactoring.
Mathias Agopian
2010-03-29
API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API Council
Christopher Tate
2010-03-05
Refactor android.backup => android.app.backup
Christopher Tate
2010-03-02
Fix Proguard flags.
Ying Wang
2010-02-19
Automatically restore app data at install time
Christopher Tate
2010-02-12
Remove BACKUP_DATA permission and associated checks
Christopher Tate
2009-12-02
Revive backup tests
Omari Stephens
2009-08-13
Merge change 20918
Android (Google) Code Review
2009-08-13
Backup participants must now hold the BACKUP_DATA permission
Christopher Tate
2009-08-12
Wrap up the stress test into a single script
Omari Stephens
2009-08-11
git rid of the "x" prefixes for test
Omari Stephens
2009-08-11
The triumphant return of the shell scripts, with bugreports, less code dup, and
Omari Stephens
2009-08-06
Wipe data on backend before a backup run
Omari Stephens
2009-08-03
Make test_backup and test_restore usable again
Omari Stephens
2009-07-07
BackupManager wrapper class improvements
Christopher Tate
2009-06-26
Add a test for SharedPreferencesBackupHelper
Joe Onorato
2009-06-26
Test that we correctly back up an empty file.
Joe Onorato
2009-06-25
Add some helpful tests scripts for backup and make bmgr restore wait until th...
Joe Onorato
2009-06-25
Make the BackupHelperDispatcher properly handle multiple helpers.
Joe Onorato
2009-06-22
Pass the originating app's versionCode along with a restore set
Christopher Tate
2009-06-22
Helper API cleanup. Allows multiple helpers to function,
Joe Onorato
2009-06-18
Make RestoreHelper and friends also write out the snapshot state.
Joe Onorato
2009-06-17
backup fixes:
Joe Onorato
2009-06-17
FileRestoreHelper and RestoreHelperDispatcher work.
Joe Onorato
2009-06-12
Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods...
Joe Onorato
2009-06-11
Make the file backup helper not crash if a file you requested
Joe Onorato
2009-06-11
Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.
Joe Onorato
2009-06-04
rename a few files to camel-case, add copyright notices
Mathias Agopian
2009-05-31
Retool the backup process to use a new 'BackupAgent' class
Christopher Tate
2009-05-20
Hook up the backup data writer, and add a utility to read the backup data files.
Joe Onorato
2009-05-15
Add the backup data file writer C++ class.
Joe Onorato
2009-05-15
Implement the C++ class to write the backed up file data.
Joe Onorato
2009-05-14
Get the backup calling through to the file backup helper.
Joe Onorato
2009-05-13
With this, the BackupService onBackup method is called.
Joe Onorato
2009-05-08
fix the sim build. disables the tests for now.
Joe Onorato
2009-05-07
More backup tests
Joe Onorato
2009-05-05
Add a test app for the backup
Joe Onorato
2009-05-05
Add some C++ code to do raw files for backup
Joe Onorato