Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DFullBackup.java115 ConfigSection.CLOUD_BACKUP,
116 ConfigSection.DEVICE_TRANSFER
118 @interface ConfigSection { annotation in FullBackup
622 return ConfigSection.CLOUD_BACKUP; in getConfigSectionForBackupDestination()
624 return ConfigSection.DEVICE_TRANSFER; in getConfigSectionForBackupDestination()
639 @ConfigSection String configSection, in parseNewBackupSchemeFromXmlLocked()
665 @ConfigSection String configSection) { in parseRequiredTransportFlags()
666 if (ConfigSection.CLOUD_BACKUP.equals(configSection)) { in parseRequiredTransportFlags()
/frameworks/base/core/tests/coretests/src/android/app/backup/
DFullBackupTest.java19 import static android.app.backup.FullBackup.ConfigSection.CLOUD_BACKUP;