Searched refs:configSection (Results 1 – 1 of 1) sorted by relevance
581 String configSection = getConfigSectionForOperationType(operationType); in parseSchemeForOperationType() local582 if (configSection == null) { in parseSchemeForOperationType()593 isSectionPresent = parseNewBackupSchemeFromXmlLocked(parser, configSection, in parseSchemeForOperationType()638 @ConfigSection String configSection, in parseNewBackupSchemeFromXmlLocked() argument648 if (event != XmlPullParser.START_TAG || !configSection.equals(parser.getName())) { in parseNewBackupSchemeFromXmlLocked()654 parseRequiredTransportFlags(parser, configSection); in parseNewBackupSchemeFromXmlLocked()655 parseRules(parser, excludes, includes, Optional.of(0), configSection); in parseNewBackupSchemeFromXmlLocked()664 @ConfigSection String configSection) { in parseRequiredTransportFlags() argument665 if (ConfigSection.CLOUD_BACKUP.equals(configSection)) { in parseRequiredTransportFlags()