Searched defs:jsonString (Results 1 – 4 of 4) sorted by relevance
288 String jsonString = in onWallpaperColorsChanged_preservesWallpaperPickerTheme() local314 String jsonString = in onWallpaperColorsChanged_resetThemeIfNotPreset() local349 String jsonString = in onWallpaperColorsChanged_resetThemeWithNewHomeWallpapers() local382 String jsonString = in onWallpaperColorsChanged_keepsThemeWhenSetFromLockScreen() local405 String jsonString = in onWallpaperColorsChanged_resetLockScreenThemeWhenBothSet() local440 String jsonString = "{\"android.theme.customization.system_palette\":\"A16B00\"," in onSettingChanged_honorThemeStyle() local456 String jsonString = "{\"android.theme.customization.system_palette\":\"A16B00\"," in onSettingChanged_invalidStyle() local474 String jsonString = in onWallpaperColorsChanged_resetThemeWithNewHomeAndLockWallpaper() local506 String jsonString = in onWallpaperColorsChanged_changeLockWallpaper() local537 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
310 String jsonString = unaddedAccountsJSONArray.toString(); in restoreFromJsonArray() local329 String jsonString; in accountAddedInternal() local
100 static KeyRevocationList fromJsonString(String jsonString) throws JSONException { in fromJsonString()