Searched refs:PerSdkConfig (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/signedconfig/ |
D | SignedConfigTest.java | 70 SignedConfig.PerSdkConfig config = SignedConfig.parsePerSdkConfig(json, emptySet(), in testParsePerSdkConfigSdkMinMax() 146 SignedConfig.PerSdkConfig config = SignedConfig.parsePerSdkConfig(json, setOf("a", "b"), in testParsePerSdkConfigZeroValues() 156 SignedConfig.PerSdkConfig config = SignedConfig.parsePerSdkConfig(json, setOf("a", "b"), in testParsePerSdkConfigSingleKey() 166 SignedConfig.PerSdkConfig config = SignedConfig.parsePerSdkConfig(json, setOf("a", "b"), in testParsePerSdkConfigSingleKeyNullValue() 177 SignedConfig.PerSdkConfig config = SignedConfig.parsePerSdkConfig( in testParsePerSdkConfigMultiKeys() 199 SignedConfig.PerSdkConfig config = SignedConfig.parsePerSdkConfig(json, setOf("a"), in testParsePerSdkConfigSingleKeyWithMap() 221 SignedConfig.PerSdkConfig config = SignedConfig.parsePerSdkConfig(json, setOf("a", "b"), in testParsePerSdkConfigMultiKeysWithMap() 231 SignedConfig.PerSdkConfig config = SignedConfig.parsePerSdkConfig(json, setOf("a"), in testParsePerSdkConfigSingleKeyWithMapToNull() 243 SignedConfig.PerSdkConfig config = SignedConfig.parsePerSdkConfig(json, setOf("a"), in testParsePerSdkConfigSingleKeyWithMapFromNull() 357 SignedConfig.PerSdkConfig sdk1 = new SignedConfig.PerSdkConfig( in testGetMatchingConfigFirst() [all …]
|
/frameworks/base/services/core/java/com/android/server/signedconfig/ |
D | SignedConfig.java | 68 public static class PerSdkConfig { class in SignedConfig 73 public PerSdkConfig(int minSdk, int maxSdk, Map<String, String> values) { in PerSdkConfig() method in SignedConfig.PerSdkConfig 82 public final List<PerSdkConfig> perSdkConfig; 84 public SignedConfig(int version, List<PerSdkConfig> perSdkConfig) { in SignedConfig() 95 public PerSdkConfig getMatchingConfig(int sdkVersion) { in getMatchingConfig() 96 for (PerSdkConfig config : perSdkConfig) { in getMatchingConfig() 132 List<PerSdkConfig> parsedConfigs = new ArrayList<>(); in parse() 154 static PerSdkConfig parsePerSdkConfig(JSONObject json, Set<String> allowedKeys, in parsePerSdkConfig() 179 return new PerSdkConfig(minSdk, maxSdk, values); in parsePerSdkConfig()
|
D | GlobalSettingsConfigApplicator.java | 133 SignedConfig.PerSdkConfig matchedConfig = in applyConfig()
|
/frameworks/base/services/ |
D | art-profile | 37852 PLcom/android/server/signedconfig/SignedConfig$PerSdkConfig;-><init>(IILjava/util/Map;)V 37855 …ONObject;Ljava/util/Set;Ljava/util/Map;)Lcom/android/server/signedconfig/SignedConfig$PerSdkConfig; 55592 Lcom/android/server/signedconfig/SignedConfig$PerSdkConfig;
|