Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/security/net/config/
DXmlConfigSource.java64 private static final String getConfigString(int configType) { in getConfigString() argument
65 switch (configType) { in getConfigString()
73 throw new IllegalArgumentException("Unknown config type: " + configType); in getConfigString()
225 NetworkSecurityConfig.Builder parentBuilder, int configType) in parseConfigEntry() argument
233 boolean defaultOverridePins = configType == CONFIG_DEBUG; in parseConfigEntry()
256 if (configType != CONFIG_DOMAIN) { in parseConfigEntry()
258 "domain element not allowed in " + getConfigString(configType)); in parseConfigEntry()
271 if (configType != CONFIG_DOMAIN) { in parseConfigEntry()
273 "pin-set element not allowed in " + getConfigString(configType)); in parseConfigEntry()
281 if (configType != CONFIG_DOMAIN) { in parseConfigEntry()
[all …]
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/odsa/
DAcquireConfigurationOperation.java410 public abstract Builder setType(@ConfigurationType int configType); in setType() argument