Searched defs:jsonObject (Results 1 – 5 of 5) sorted by relevance
86 bool JsonAssetLoader::findKey(const String8& jsonObject, Asset *asset) { in findKey()143 bool JsonAssetLoader::parseJsonObject(const String8& jsonObject, in parseJsonObject()
132 bool JsonWebKey::findKey(const String8& jsonObject, String8* keyId, in findKey()183 bool JsonWebKey::parseJsonObject(const String8& jsonObject, in parseJsonObject()
136 bool JsonWebKey::findKey(const std::string& jsonObject, std::string* keyId, in findKey()187 bool JsonWebKey::parseJsonObject(const std::string& jsonObject, in parseJsonObject()
101 JSONObject jsonObject = new JSONObject(jsonString); in fromJsonString() local
208 JSONObject jsonObject = (overlayPackageJson == null) ? new JSONObject() in handleWallpaperColors() local