Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/signedconfig/
DSignedConfig.java124 public static SignedConfig parse(String config, Set<String> allowedKeys, in parse() argument
134 parsedConfigs.add(parsePerSdkConfig(perSdkConfig.getJSONObject(i), allowedKeys, in parse() local
154 static PerSdkConfig parsePerSdkConfig(JSONObject json, Set<String> allowedKeys, in parsePerSdkConfig() argument
166 if (!allowedKeys.contains(key)) { in parsePerSdkConfig()
/frameworks/av/services/mediaanalytics/
DMediaAnalyticsService.cpp554 static std::string allowedKeys[] = variable
565 static const int nAllowedKeys = sizeof(allowedKeys) / sizeof(allowedKeys[0]);
577 if (key == allowedKeys[i]) { in contentValid()