Home
last modified time | relevance | path

Searched defs:jsonString (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/
DThemeOverlayControllerTest.java288 String jsonString = in onWallpaperColorsChanged_preservesWallpaperPickerTheme() local
314 String jsonString = in onWallpaperColorsChanged_resetThemeIfNotPreset() local
349 String jsonString = in onWallpaperColorsChanged_resetThemeWithNewHomeWallpapers() local
382 String jsonString = in onWallpaperColorsChanged_keepsThemeWhenSetFromLockScreen() local
405 String jsonString = in onWallpaperColorsChanged_resetLockScreenThemeWhenBothSet() local
440 String jsonString = "{\"android.theme.customization.system_palette\":\"A16B00\"," in onSettingChanged_honorThemeStyle() local
456 String jsonString = "{\"android.theme.customization.system_palette\":\"A16B00\"," in onSettingChanged_invalidStyle() local
474 String jsonString = in onWallpaperColorsChanged_resetThemeWithNewHomeAndLockWallpaper() local
506 String jsonString = in onWallpaperColorsChanged_changeLockWallpaper() local
537 String jsonString = in onWallpaperColorsChanged_changeHomeWallpaper() local
[all …]
/frameworks/base/services/core/java/com/android/server/
DDiskStatsService.java209 String jsonString = IoUtils.readFileAsString(DISKSTATS_DUMP_FILE); in reportCachedValues() local
244 String jsonString = IoUtils.readFileAsString(DISKSTATS_DUMP_FILE); in reportCachedValuesProto() local
/frameworks/base/core/java/com/android/server/backup/
DAccountSyncSettingsBackupHelper.java310 String jsonString = unaddedAccountsJSONArray.toString(); in restoreFromJsonArray() local
329 String jsonString; in accountAddedInternal() local
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DKeyRevocationList.java100 static KeyRevocationList fromJsonString(String jsonString) throws JSONException { in fromJsonString()