Home
last modified time | relevance | path

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

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