Home
last modified time | relevance | path

Searched refs:setLockWallpaperCollectionId (Results 1 – 4 of 4) sorted by relevance

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperPreferences.kt219 override fun setLockWallpaperCollectionId(collectionId: String?) { in setLockWallpaperCollectionId() method in com.android.wallpaper.testing.TestWallpaperPreferences
440 setLockWallpaperCollectionId(collectionId!!) in updateDailyWallpaperSet()
446 setLockWallpaperCollectionId(collectionId) in updateDailyWallpaperSet()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPersister.java273 mWallpaperPreferences.setLockWallpaperCollectionId(collectionId); in saveStaticWallpaperMetadata()
479 mWallpaperPreferences.setLockWallpaperCollectionId( in setLiveWallpaperMetadata()
646 mWallpaperPreferences.setLockWallpaperCollectionId( in copyRotatingWallpaperToLock()
719 mWallpaperPreferences.setLockWallpaperCollectionId( in setImageWallpaperLockMetadata()
DDefaultWallpaperPreferences.kt477 override fun setLockWallpaperCollectionId(collectionId: String?) { in <lambda>() method in com.android.wallpaper.module.DefaultWallpaperPreferences
858 setLockWallpaperCollectionId(collectionId!!) in <lambda>()
864 setLockWallpaperCollectionId(collectionId) in <lambda>()
DWallpaperPreferences.kt135 fun setLockWallpaperCollectionId(collectionId: String?) in getWallpaperPresentationMode() method