Searched refs:configType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/security/net/config/
H A DXmlConfigSource.java74 private static final String getConfigString(int configType) { argument
75 switch (configType) {
83 throw new IllegalArgumentException("Unknown config type: " + configType);
228 NetworkSecurityConfig.Builder parentBuilder, int configType)
236 boolean defaultOverridePins = configType == CONFIG_DEBUG;
260 if (configType != CONFIG_DOMAIN) {
262 "domain element not allowed in " + getConfigString(configType));
275 if (configType != CONFIG_DOMAIN) {
277 "pin-set element not allowed in " + getConfigString(configType));
285 if (configType !
226 parseConfigEntry( XmlResourceParser parser, Set<String> seenDomains, NetworkSecurityConfig.Builder parentBuilder, int configType) argument
[all...]

Completed in 75 milliseconds