Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DDefaultWallpaperPreferences.java90 if (mSharedPrefs.contains(NoBackupKeys.KEY_HOME_WALLPAPER_REMOTE_ID)) { in upgradePrefs()
91 editor.putString(NoBackupKeys.KEY_HOME_WALLPAPER_REMOTE_ID, in upgradePrefs()
92 mSharedPrefs.getString(NoBackupKeys.KEY_HOME_WALLPAPER_REMOTE_ID, null)); in upgradePrefs()
328 .remove(NoBackupKeys.KEY_HOME_WALLPAPER_REMOTE_ID) in clearHomeWallpaperMetadata()
379 NoBackupKeys.KEY_HOME_WALLPAPER_REMOTE_ID, null); in getHomeWallpaperRemoteId()
385 NoBackupKeys.KEY_HOME_WALLPAPER_REMOTE_ID, wallpaperRemoteId) in setHomeWallpaperRemoteId()
H A DWallpaperPreferenceKeys.java54 String KEY_HOME_WALLPAPER_REMOTE_ID = "home_wallpaper_remote_id"; field