Searched refs:DEST_LOCK_SCREEN (Results 1 – 6 of 6) sorted by relevance
36 int DEST_LOCK_SCREEN = 1; field141 DEST_LOCK_SCREEN,
617 } else if (mDestination == DEST_LOCK_SCREEN) { in doInBackground()739 if (destination == DEST_LOCK_SCREEN || destination == DEST_BOTH) { in setImageWallpaperMetadata()
136 if (destination == WallpaperPersister.DEST_LOCK_SCREEN) { in setCurrentLiveWallpaper()
83 if (destination == DEST_LOCK_SCREEN || destination == DEST_BOTH) { in setIndividualWallpaper()191 if (mDestination == DEST_LOCK_SCREEN || mDestination == DEST_BOTH) { in finishSettingWallpaper()
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()
81 mListener.onSet(WallpaperPersister.DEST_LOCK_SCREEN); in onCreateDialog()