Searched refs:jsonString (Results 1 – 4 of 4) sorted by relevance
309 String jsonString = unaddedAccountsJSONArray.toString(); in restoreFromJsonArray() local311 out.writeUTF(jsonString); in restoreFromJsonArray()328 String jsonString; in accountAddedInternal() local332 jsonString = in.readUTF(); in accountAddedInternal()343 JSONArray unaddedAccountsJSONArray = new JSONArray(jsonString); in accountAddedInternal()
100 static KeyRevocationList fromJsonString(String jsonString) throws JSONException { in fromJsonString() argument101 JSONObject jsonObject = new JSONObject(jsonString); in fromJsonString()
211 String jsonString = IoUtils.readFileAsString(DISKSTATS_DUMP_FILE); in reportCachedValues() local212 JSONObject json = new JSONObject(jsonString); in reportCachedValues()246 String jsonString = IoUtils.readFileAsString(DISKSTATS_DUMP_FILE); in reportCachedValuesProto() local247 JSONObject json = new JSONObject(jsonString); in reportCachedValuesProto()
53 const String8& jsonString, Vector<String8>* jsonObjects);