Home
last modified time | relevance | path

Searched defs:backupScheme (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/backup/
DFullBackupTest.java426 FullBackup.BackupScheme backupScheme = FullBackup.getBackupSchemeForTest(mContext); in testParseNewBackupSchemeFromXml_emptyCloudSectionIsRespected() local
441 FullBackup.BackupScheme backupScheme = FullBackup.getBackupSchemeForTest(mContext); in testParseNewBackupSchemeFromXml_emptyCloudSectionWithEncryptionFlagIsRespected() local
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java416 FullBackup.BackupScheme backupScheme = FullBackup.getBackupScheme(this, in onFullBackup() local
568 public IncludeExcludeRules getIncludeExcludeRules(FullBackup.BackupScheme backupScheme) in getIncludeExcludeRules()