Searched refs:ConfigSection (Results 1 – 2 of 2) sorted by relevance
116 ConfigSection.CLOUD_BACKUP,117 ConfigSection.DEVICE_TRANSFER119 @interface ConfigSection { annotation in FullBackup621 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()
19 import static android.app.backup.FullBackup.ConfigSection.CLOUD_BACKUP;