Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPreferenceKeys.java59 String KEY_LOCK_WALLPAPER_REMOTE_ID = "lock_wallpaper_remote_id"; field
DDefaultWallpaperPreferences.kt499 .remove(NoBackupKeys.KEY_LOCK_WALLPAPER_REMOTE_ID) in <lambda>()
544 noBackupEditor.putString(NoBackupKeys.KEY_LOCK_WALLPAPER_REMOTE_ID, metadata.remoteId) in <lambda>()
619 return noBackupPrefs.getString(NoBackupKeys.KEY_LOCK_WALLPAPER_REMOTE_ID, null) in <lambda>()
625 .putString(NoBackupKeys.KEY_LOCK_WALLPAPER_REMOTE_ID, wallpaperRemoteId) in <lambda>()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/module/
DDefaultWallpaperPreferencesTest.kt152 assertThat(noBackupPref.getString(NoBackupKeys.KEY_LOCK_WALLPAPER_REMOTE_ID, null)) in setLockStaticImageWallpaperMetadata_metadataShouldBeSavedToPreferences()