Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DWallpaperPreferenceKeys.java38 public static final String KEY_LOCK_WALLPAPER_ACTION_ICON_RES = "lock_wallpaper_action_icon"; field in WallpaperPreferenceKeys
H A DDefaultWallpaperPreferences.java444 return getResIdPersistedByName(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_ACTION_ICON_RES, in getLockWallpaperActionIconRes()
450 persistResIdByName(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_ACTION_ICON_RES, resId); in setLockWallpaperActionIconRes()
530 .remove(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_ACTION_ICON_RES) in clearLockWallpaperMetadata()