Home
last modified time | relevance | path

Searched refs:KEY_HOME_WALLPAPER_REMOTE_ID (Results 1 – 3 of 3) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPreferences.kt86 if (sharedPrefs.contains(NoBackupKeys.KEY_HOME_WALLPAPER_REMOTE_ID)) { in <lambda>()
88 NoBackupKeys.KEY_HOME_WALLPAPER_REMOTE_ID, in <lambda>()
89 sharedPrefs.getString(NoBackupKeys.KEY_HOME_WALLPAPER_REMOTE_ID, null) in <lambda>()
281 .remove(NoBackupKeys.KEY_HOME_WALLPAPER_REMOTE_ID) in <lambda>()
327 noBackupEditor.putString(NoBackupKeys.KEY_HOME_WALLPAPER_REMOTE_ID, metadata.remoteId) in <lambda>()
403 return noBackupPrefs.getString(NoBackupKeys.KEY_HOME_WALLPAPER_REMOTE_ID, null) in <lambda>()
409 .putString(NoBackupKeys.KEY_HOME_WALLPAPER_REMOTE_ID, wallpaperRemoteId) in <lambda>()
DWallpaperPreferenceKeys.java55 String KEY_HOME_WALLPAPER_REMOTE_ID = "home_wallpaper_remote_id"; field
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/module/
DDefaultWallpaperPreferencesTest.kt72 assertThat(noBackupPref.getString(NoBackupKeys.KEY_HOME_WALLPAPER_REMOTE_ID, null)) in setHomeStaticImageWallpaperMetadata_metadataShouldBeSavedToPreferences()