Searched refs:jsonString (Results 1 – 3 of 3) 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()
53 const String8& jsonString, Vector<String8>* jsonObjects);
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()