Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPreferenceKeys.java34 public static final String KEY_LOCK_WALLPAPER_ACTION_URL = "lock_wallpaper_action_url"; field in WallpaperPreferenceKeys
DDefaultWallpaperPreferences.kt463 return sharedPrefs.getString(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_ACTION_URL, null) in <lambda>()
469 .putString(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_ACTION_URL, actionUrl) in <lambda>()
490 .remove(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_ACTION_URL) in <lambda>()
529 WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_ACTION_URL, in <lambda>()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/module/
DDefaultWallpaperPreferencesTest.kt137 sharedPref.getString(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_ACTION_URL, null) in setLockStaticImageWallpaperMetadata_metadataShouldBeSavedToPreferences()