Home
last modified time | relevance | path

Searched refs:setLockWallpaperRemoteId (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperPreferences.kt265 override fun setLockWallpaperRemoteId(wallpaperRemoteId: String?) { in setLockWallpaperRemoteId() method in com.android.wallpaper.testing.TestWallpaperPreferences
441 setLockWallpaperRemoteId(wallpaperId!!) in updateDailyWallpaperSet()
447 setLockWallpaperRemoteId(wallpaperId!!) in updateDailyWallpaperSet()
DTestWallpaperPersister.java92 mPrefs.setLockWallpaperRemoteId(wallpaperInfo.getWallpaperId()); in setIndividualWallpaper()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPreferences.kt622 override fun setLockWallpaperRemoteId(wallpaperRemoteId: String?) { in <lambda>() method in com.android.wallpaper.module.DefaultWallpaperPreferences
859 setLockWallpaperRemoteId(wallpaperId!!) in <lambda>()
865 setLockWallpaperRemoteId(wallpaperId!!) in <lambda>()
DWallpaperPreferences.kt176 fun setLockWallpaperRemoteId(wallpaperRemoteId: String?) in getWallpaperPresentationMode() method
DDefaultWallpaperPersister.java274 mWallpaperPreferences.setLockWallpaperRemoteId(remoteId); in saveStaticWallpaperMetadata()
721 mWallpaperPreferences.setLockWallpaperRemoteId(mWallpaper.getWallpaperId()); in setImageWallpaperLockMetadata()