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.java266 String jsonString = in onWallpaperColorsChanged_preservesWallpaperPickerTheme() local
292 String jsonString = in onWallpaperColorsChanged_resetThemeIfNotPreset() local
327 String jsonString = in onWallpaperColorsChanged_resetThemeWithNewHomeWallpapers() local
361 String jsonString = in onWallpaperColorsChanged_keepsThemeWhenSetFromLockScreen() local
384 String jsonString = in onWallpaperColorsChanged_resetLockScreenThemeWhenBothSet() local
419 String jsonString = "{\"android.theme.customization.system_palette\":\"A16B00\"," in onSettingChanged_honorThemeStyle() local
435 String jsonString = "{\"android.theme.customization.system_palette\":\"A16B00\"," in onSettingChanged_invalidStyle() local
453 String jsonString = in onWallpaperColorsChanged_resetThemeWithNewHomeAndLockWallpaper() local
485 String jsonString = in onWallpaperColorsChanged_changeLockWallpaper() local
516 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.java309 String jsonString = unaddedAccountsJSONArray.toString(); in restoreFromJsonArray() local
328 String jsonString; in accountAddedInternal() local
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DKeyRevocationList.java100 static KeyRevocationList fromJsonString(String jsonString) throws JSONException { in fromJsonString()