Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DWallpaperPreferenceKeys.java33 public static final String KEY_LOCK_WALLPAPER_ATTRIB_1 = "lock_wallpaper_attribution_line_1"; field in WallpaperPreferenceKeys
H A DDefaultWallpaperPreferences.java393 mSharedPrefs.getString(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_ATTRIB_1, null), in getLockWallpaperAttributions()
403 editor.putString(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_ATTRIB_1, in setLockWallpaperAttributions()
525 .remove(WallpaperPreferenceKeys.KEY_LOCK_WALLPAPER_ATTRIB_1) in clearLockWallpaperMetadata()