Searched refs:jsonString (Results 1 – 3 of 3) sorted by relevance
303 String jsonString = unaddedAccountsJSONArray.toString(); in restoreFromJsonArray() local305 out.writeUTF(jsonString); in restoreFromJsonArray()320 String jsonString; in accountAddedInternal() local324 jsonString = in.readUTF(); in accountAddedInternal()335 JSONArray unaddedAccountsJSONArray = new JSONArray(jsonString); in accountAddedInternal()
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);