Searched refs:DEST_LOCK_SCREEN (Results 1 – 8 of 8) sorted by relevance
36 int DEST_LOCK_SCREEN = 1; field141 DEST_LOCK_SCREEN,
657 } else if (mDestination == DEST_LOCK_SCREEN) { in doInBackground()779 if (destination == DEST_LOCK_SCREEN || destination == DEST_BOTH) { in setImageWallpaperMetadata()
192 if (destination == WallpaperPersister.DEST_LOCK_SCREEN) { in setCurrentLiveWallpaper()
897 } else if (destination == WallpaperPersister.DEST_LOCK_SCREEN) { in updateDailyWallpaperSet()
85 if (destination == DEST_LOCK_SCREEN || destination == DEST_BOTH) { in setIndividualWallpaper()197 if (mDestination == DEST_LOCK_SCREEN || mDestination == DEST_BOTH) { in finishSettingWallpaper()
20 import static com.android.wallpaper.module.WallpaperPersister.DEST_LOCK_SCREEN;548 } else if (destination == DEST_LOCK_SCREEN) { in updateDailyWallpaperSet()
85 v -> onSetWallpaperButtonClick(WallpaperPersister.DEST_LOCK_SCREEN)); in onCreateDialog()
193 assertEquals(WallpaperPersister.DEST_LOCK_SCREEN, mWallpaperPersister.getLastDestination()); in testClickSetWallpaper_Success_LockScreen()307 assertEquals(WallpaperPersister.DEST_LOCK_SCREEN, mWallpaperPersister.getLastDestination()); in testClickSetWallpaper_Fails_LockScreen_ShowsErrorDialog()