Searched defs:jsonObject (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | AuthenticationStatsPersister.java | 192 private String getValue(JSONObject jsonObject, String key) throws JSONException { in getValue() 196 private int getIntValue(JSONObject jsonObject, String key) throws JSONException { in getIntValue() 200 private int getIntValue(JSONObject jsonObject, String key, int defaultValue) in getIntValue()
|
/frameworks/av/drm/mediacas/plugins/clearkey/ |
D | JsonAssetLoader.cpp | 86 bool JsonAssetLoader::findKey(const String8& jsonObject, Asset *asset) { in findKey() 143 bool JsonAssetLoader::parseJsonObject(const String8& jsonObject, in parseJsonObject()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/default/ |
D | JsonWebKey.cpp | 132 bool JsonWebKey::findKey(const String8& jsonObject, String8* keyId, in findKey() 183 bool JsonWebKey::parseJsonObject(const String8& jsonObject, in parseJsonObject()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/common/ |
D | JsonWebKey.cpp | 126 bool JsonWebKey::findKey(const std::string& jsonObject, std::string* keyId, in findKey() 174 bool JsonWebKey::parseJsonObject(const std::string& jsonObject, std::vector<std::string>* tokens) { in parseJsonObject()
|
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
D | KeyRevocationList.java | 101 JSONObject jsonObject = new JSONObject(jsonString); in fromJsonString() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/ |
D | ThemeOverlayController.java | 248 private boolean isSeedColorSet(JSONObject jsonObject, WallpaperColors newWallpaperColors) { in isSeedColorSet() 319 JSONObject jsonObject = (overlayPackageJson == null) ? new JSONObject() in handleWallpaperColors() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/ |
D | KeyguardPreviewRenderer.kt | 690 val jsonObject = JSONObject(overlayPackageJson) in <lambda>() constant
|