Searched refs:jsonString (Results 1 – 5 of 5) sorted by relevance
288 String jsonString = in onWallpaperColorsChanged_preservesWallpaperPickerTheme() local293 .thenReturn(jsonString); in onWallpaperColorsChanged_preservesWallpaperPickerTheme()314 String jsonString = in onWallpaperColorsChanged_resetThemeIfNotPreset() local322 .thenReturn(jsonString); in onWallpaperColorsChanged_resetThemeIfNotPreset()349 String jsonString = in onWallpaperColorsChanged_resetThemeWithNewHomeWallpapers() local357 .thenReturn(jsonString); in onWallpaperColorsChanged_resetThemeWithNewHomeWallpapers()382 String jsonString = in onWallpaperColorsChanged_keepsThemeWhenSetFromLockScreen() local389 .thenReturn(jsonString); in onWallpaperColorsChanged_keepsThemeWhenSetFromLockScreen()405 String jsonString = in onWallpaperColorsChanged_resetLockScreenThemeWhenBothSet() local412 .thenReturn(jsonString); in onWallpaperColorsChanged_resetLockScreenThemeWhenBothSet()[all …]
310 String jsonString = unaddedAccountsJSONArray.toString(); in restoreFromJsonArray() local312 out.writeUTF(jsonString); in restoreFromJsonArray()329 String jsonString; in accountAddedInternal() local333 jsonString = in.readUTF(); in accountAddedInternal()344 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()
53 const String8& jsonString, Vector<String8>* jsonObjects);
209 String jsonString = IoUtils.readFileAsString(DISKSTATS_DUMP_FILE); in reportCachedValues() local210 JSONObject json = new JSONObject(jsonString); in reportCachedValues()244 String jsonString = IoUtils.readFileAsString(DISKSTATS_DUMP_FILE); in reportCachedValuesProto() local245 JSONObject json = new JSONObject(jsonString); in reportCachedValuesProto()