Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DWallpaperPreferenceKeys.java37 public static final String KEY_LOCK_WALLPAPER_ACTION_LABEL_RES = "lock_wallpaper_action_label"; field in WallpaperPreferenceKeys
H A DDefaultWallpaperPreferences.java433 return getResIdPersistedByName(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_ACTION_LABEL_RES, in getLockWallpaperActionLabelRes()
439 persistResIdByName(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_ACTION_LABEL_RES, resId); in setLockWallpaperActionLabelRes()
529 .remove(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_ACTION_LABEL_RES) in clearLockWallpaperMetadata()