Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DWallpaperPreferenceKeys.java40 public static final String KEY_LOCK_WALLPAPER_COLLECTION_ID = "lock_wallpaper_collection_id"; field in WallpaperPreferenceKeys
H A DDefaultWallpaperPreferences.java456 return mSharedPrefs.getString(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_COLLECTION_ID, in getLockWallpaperCollectionId()
463 WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_COLLECTION_ID, collectionId).apply(); in setLockWallpaperCollectionId()
531 .remove(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_COLLECTION_ID) in clearLockWallpaperMetadata()