Home
last modified time | relevance | path

Searched refs:BackupScheme (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/backup/
DFullBackupTest.java63 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testparseBackupSchemeFromXml_onlyInclude()
82 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testparseBackupSchemeFromXml_onlyExclude()
99 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testparseBackupSchemeFromXml_includeAndExclude()
128 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testparseBackupSchemeFromXml_lotsOfIncludesAndExcludes()
221 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testParseBackupSchemeFromXml_invalidXmlFails()
232 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testParseBackupSchemeFromXml_invalidXmlFails()
243 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testParseBackupSchemeFromXml_invalidXmlFails()
256 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testInvalidPath_doesNotBackup()
270 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testDoubleDotInPath_isIgnored()
285 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testDoubleSlashInPath_isIgnored()
/frameworks/base/core/java/android/app/backup/
DFullBackup.java91 private static final Map<String, BackupScheme> kPackageBackupSchemeMap =
92 new ArrayMap<String, BackupScheme>();
94 static synchronized BackupScheme getBackupScheme(Context context) { in getBackupScheme()
95 BackupScheme backupSchemeForPackage = in getBackupScheme()
98 backupSchemeForPackage = new BackupScheme(context); in getBackupScheme()
104 public static BackupScheme getBackupSchemeForTest(Context context) { in getBackupSchemeForTest()
105 BackupScheme testing = new BackupScheme(context); in getBackupSchemeForTest()
210 public static class BackupScheme { class in FullBackup
316 BackupScheme(Context context) { in BackupScheme() method in FullBackup.BackupScheme
DBackupAgent.java288 FullBackup.BackupScheme backupScheme = FullBackup.getBackupScheme(this); in onFullBackup()
736 FullBackup.BackupScheme bs = FullBackup.getBackupScheme(this); in isFileEligibleForRestore()