Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DWallpaperPreferenceKeys.java36 public static final String KEY_LOCK_WALLPAPER_ACTION_URL = "lock_wallpaper_action_url"; field in WallpaperPreferenceKeys
H A DDefaultWallpaperPreferences.java420 return mSharedPrefs.getString(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_ACTION_URL, null); in getLockWallpaperActionUrl()
426 WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_ACTION_URL, actionUrl).apply(); in setLockWallpaperActionUrl()
528 .remove(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_ACTION_URL) in clearLockWallpaperMetadata()