Searched refs:configType (Results 1 – 1 of 1) sorted by relevance
64 private static final String getConfigString(int configType) { in getConfigString() argument65 switch (configType) { in getConfigString()73 throw new IllegalArgumentException("Unknown config type: " + configType); in getConfigString()218 NetworkSecurityConfig.Builder parentBuilder, int configType) in parseConfigEntry() argument226 boolean defaultOverridePins = configType == CONFIG_DEBUG; in parseConfigEntry()250 if (configType != CONFIG_DOMAIN) { in parseConfigEntry()252 "domain element not allowed in " + getConfigString(configType)); in parseConfigEntry()265 if (configType != CONFIG_DOMAIN) { in parseConfigEntry()267 "pin-set element not allowed in " + getConfigString(configType)); in parseConfigEntry()275 if (configType != CONFIG_DOMAIN) { in parseConfigEntry()[all …]