Searched defs:jsonObject (Results 1 – 2 of 2) sorted by relevance
132 bool JsonWebKey::findKey(const String8& jsonObject, String8* keyId, in findKey()183 bool JsonWebKey::parseJsonObject(const String8& jsonObject, in parseJsonObject()
89 JSONObject jsonObject = new JSONObject(jsonArgs); in convertJsonToBundle() local