Searched refs:KEY_HOME_WALLPAPER_REMOTE_ID (Results 1 – 2 of 2) sorted by relevance
90 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()
54 String KEY_HOME_WALLPAPER_REMOTE_ID = "home_wallpaper_remote_id"; field