Home
last modified time | relevance | path

Searched refs:SignedConfig (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/signedconfig/
DSignedConfigTest.java70 SignedConfig.PerSdkConfig config = SignedConfig.parsePerSdkConfig(json, emptySet(), in testParsePerSdkConfigSdkMinMax()
80 SignedConfig.parsePerSdkConfig(json, emptySet(), emptyMap()); in testParsePerSdkConfigNoMinSdk()
91 SignedConfig.parsePerSdkConfig(json, emptySet(), emptyMap()); in testParsePerSdkConfigNoMaxSdk()
102 SignedConfig.parsePerSdkConfig(json, emptySet(), emptyMap()); in testParsePerSdkConfigNoValues()
113 SignedConfig.parsePerSdkConfig(json, emptySet(), emptyMap()); in testParsePerSdkConfigSdkNullMinSdk()
124 SignedConfig.parsePerSdkConfig(json, emptySet(), emptyMap()); in testParsePerSdkConfigSdkNullMaxSdk()
135 SignedConfig.parsePerSdkConfig(json, emptySet(), emptyMap()); in testParsePerSdkConfigNullValues()
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()
[all …]
/frameworks/base/services/core/java/com/android/server/signedconfig/
DSignedConfig.java56 public class SignedConfig { class
84 public SignedConfig(int version, List<PerSdkConfig> perSdkConfig) { in SignedConfig() method in SignedConfig
124 public static SignedConfig parse(String config, Set<String> allowedKeys, in parse()
138 return new SignedConfig(version, parsedConfigs); in parse()
DGlobalSettingsConfigApplicator.java114 SignedConfig config; in applyConfig()
116 config = SignedConfig.parse(configStr, ALLOWED_KEYS, KEY_VALUE_MAPPERS); in applyConfig()
133 SignedConfig.PerSdkConfig matchedConfig = in applyConfig()
/frameworks/base/services/
Dart-profile37852 PLcom/android/server/signedconfig/SignedConfig$PerSdkConfig;-><init>(IILjava/util/Map;)V
37853 PLcom/android/server/signedconfig/SignedConfig;-><init>(ILjava/util/List;)V
37854 …erver/signedconfig/SignedConfig;->parse(Ljava/lang/String;Ljava/util/Set;Ljava/util/Map;)Lcom/andr…
37855 …gnedconfig/SignedConfig;->parsePerSdkConfig(Lorg/json/JSONObject;Ljava/util/Set;Ljava/util/Map;)Lc…
55592 Lcom/android/server/signedconfig/SignedConfig$PerSdkConfig;
55593 Lcom/android/server/signedconfig/SignedConfig;