Searched refs:DEST_LOCK_SCREEN (Results 1 – 9 of 9) sorted by relevance
44 int DEST_LOCK_SCREEN = 1; field217 DEST_LOCK_SCREEN,230 case DEST_LOCK_SCREEN: in destinationToFlags()249 return DEST_LOCK_SCREEN; in flagsToDestination()
267 if (destination == DEST_LOCK_SCREEN || destination == DEST_BOTH in saveStaticWallpaperMetadata()288 if (destination == DEST_LOCK_SCREEN || destination == DEST_BOTH) { in saveStaticWallpaperToPreferences()474 if (destination == WallpaperPersister.DEST_LOCK_SCREEN in setLiveWallpaperMetadata()550 } else if (mDestination == DEST_LOCK_SCREEN) { in doInBackground()680 if (destination == DEST_LOCK_SCREEN || destination == DEST_BOTH) { in setImageWallpaperMetadata()775 if (destination == DEST_LOCK_SCREEN || destination == DEST_BOTH) { in setStaticWallpaperMetadataToPreferences()
857 WallpaperPersister.DEST_LOCK_SCREEN -> { in <lambda>()
25 import com.android.wallpaper.module.WallpaperPersister.DEST_LOCK_SCREEN52 LOCK -> DEST_LOCK_SCREEN in WallpaperDestination()
89 if (destination == DEST_LOCK_SCREEN || destination == DEST_BOTH) { in setIndividualWallpaper()179 if (mDestination == DEST_LOCK_SCREEN || mDestination == DEST_BOTH) { in finishSettingWallpaper()224 if (destination == DEST_LOCK_SCREEN || destination == DEST_BOTH) { in saveStaticWallpaperToPreferences()
439 WallpaperPersister.DEST_LOCK_SCREEN -> { in updateDailyWallpaperSet()
111 WallpaperPersister.DEST_LOCK_SCREEN -> StyleEnums.WALLPAPER_DESTINATION_LOCK_SCREEN in logSnapshot()
85 v -> onSetWallpaperButtonClick(WallpaperPersister.DEST_LOCK_SCREEN)); in onCreateDialog()
236 assertEquals(WallpaperPersister.DEST_LOCK_SCREEN, in testClickSetWallpaper_Success_LockScreen()343 assertEquals(WallpaperPersister.DEST_LOCK_SCREEN, in testClickSetWallpaper_Fails_LockScreen_ShowsErrorDialog()