Searched refs:jsonString (Results 1 – 5 of 5) sorted by relevance
225 String jsonString = in onWallpaperColorsChanged_preservesWallpaperPickerTheme() local230 .thenReturn(jsonString); in onWallpaperColorsChanged_preservesWallpaperPickerTheme()250 String jsonString = in onWallpaperColorsChanged_resetThemeIfNotPreset() local257 .thenReturn(jsonString); in onWallpaperColorsChanged_resetThemeIfNotPreset()282 String jsonString = in onWallpaperColorsChanged_ResetThemeWithDifferentWallpapers() local289 .thenReturn(jsonString); in onWallpaperColorsChanged_ResetThemeWithDifferentWallpapers()312 String jsonString = in onWallpaperColorsChanged_ResetThemeWithSameWallpaper() local319 .thenReturn(jsonString); in onWallpaperColorsChanged_ResetThemeWithSameWallpaper()341 String jsonString = in onWallpaperColorsChanged_changeLockWallpaper() local347 .thenReturn(jsonString); in onWallpaperColorsChanged_changeLockWallpaper()[all …]
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);