Home
last modified time | relevance | path

Searched refs:setLockWallpaperAttributions (Results 1 – 6 of 6) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPersister.java271 mWallpaperPreferences.setLockWallpaperAttributions(attributions); in saveStaticWallpaperMetadata()
642 mWallpaperPreferences.setLockWallpaperAttributions( in copyRotatingWallpaperToLock()
716 mWallpaperPreferences.setLockWallpaperAttributions( in setImageWallpaperLockMetadata()
DWallpaperPreferences.kt123 fun setLockWallpaperAttributions(attributions: List<String?>?) in getWallpaperPresentationMode() method
DDefaultWallpaperRefresher.java226 mWallpaperPreferences.setLockWallpaperAttributions( in setFallbackLockScreenWallpaperMetadata()
DDefaultWallpaperPreferences.kt447 override fun setLockWallpaperAttributions(attributions: List<String?>?) { in <lambda>() method in com.android.wallpaper.module.DefaultWallpaperPreferences
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperPersister.java91 mPrefs.setLockWallpaperAttributions(wallpaperInfo.getAttributions(mAppContext)); in setIndividualWallpaper()
DTestWallpaperPreferences.kt203 override fun setLockWallpaperAttributions(attributions: List<String?>?) { in setLockWallpaperAttributions() method in com.android.wallpaper.testing.TestWallpaperPreferences