Home
last modified time | relevance | path

Searched refs:ConfigSection (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/backup/
H A DFullBackup.java116 ConfigSection.CLOUD_BACKUP,
117 ConfigSection.DEVICE_TRANSFER
119 @interface ConfigSection { annotation in FullBackup
621 return ConfigSection.CLOUD_BACKUP; in getConfigSectionForOperationType()
623 return ConfigSection.DEVICE_TRANSFER; in getConfigSectionForOperationType()
638 @ConfigSection String configSection, in parseNewBackupSchemeFromXmlLocked()
664 @ConfigSection String configSection) { in parseRequiredTransportFlags()
665 if (ConfigSection.CLOUD_BACKUP.equals(configSection)) { in parseRequiredTransportFlags()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DFullBackupTest.java19 import static android.app.backup.FullBackup.ConfigSection.CLOUD_BACKUP;