Searched defs:jsonString (Results 1 – 4 of 4) sorted by relevance
266 String jsonString = in onWallpaperColorsChanged_preservesWallpaperPickerTheme() local292 String jsonString = in onWallpaperColorsChanged_resetThemeIfNotPreset() local327 String jsonString = in onWallpaperColorsChanged_resetThemeWithNewHomeWallpapers() local361 String jsonString = in onWallpaperColorsChanged_keepsThemeWhenSetFromLockScreen() local384 String jsonString = in onWallpaperColorsChanged_resetLockScreenThemeWhenBothSet() local419 String jsonString = "{\"android.theme.customization.system_palette\":\"A16B00\"," in onSettingChanged_honorThemeStyle() local435 String jsonString = "{\"android.theme.customization.system_palette\":\"A16B00\"," in onSettingChanged_invalidStyle() local453 String jsonString = in onWallpaperColorsChanged_resetThemeWithNewHomeAndLockWallpaper() local485 String jsonString = in onWallpaperColorsChanged_changeLockWallpaper() local516 String jsonString = in onWallpaperColorsChanged_changeHomeWallpaper() local[all …]
209 String jsonString = IoUtils.readFileAsString(DISKSTATS_DUMP_FILE); in reportCachedValues() local244 String jsonString = IoUtils.readFileAsString(DISKSTATS_DUMP_FILE); in reportCachedValuesProto() local
309 String jsonString = unaddedAccountsJSONArray.toString(); in restoreFromJsonArray() local328 String jsonString; in accountAddedInternal() local
100 static KeyRevocationList fromJsonString(String jsonString) throws JSONException { in fromJsonString()