Searched refs:DEST_HOME_SCREEN (Results 1 – 8 of 8) sorted by relevance
35 int DEST_HOME_SCREEN = 0; field140 DEST_HOME_SCREEN,
655 if (mDestination == DEST_HOME_SCREEN) { in doInBackground()694 if (mDestination == DEST_HOME_SCREEN in doInBackground()768 if (destination == DEST_HOME_SCREEN || destination == DEST_BOTH) { in setImageWallpaperMetadata()
894 if (destination == WallpaperPersister.DEST_HOME_SCREEN) { in updateDailyWallpaperSet()
78 if (destination == DEST_HOME_SCREEN || destination == DEST_BOTH) { in setIndividualWallpaper()193 if (mDestination == DEST_HOME_SCREEN || mDestination == DEST_BOTH) { in finishSettingWallpaper()
19 import static com.android.wallpaper.module.WallpaperPersister.DEST_HOME_SCREEN;545 if (destination == DEST_HOME_SCREEN) { in updateDailyWallpaperSet()
81 v -> onSetWallpaperButtonClick(WallpaperPersister.DEST_HOME_SCREEN)); in onCreateDialog()
165 assertEquals(WallpaperPersister.DEST_HOME_SCREEN, mWallpaperPersister.getLastDestination()); in testClickSetWallpaper_Success_HomeScreen()268 assertEquals(WallpaperPersister.DEST_HOME_SCREEN, mWallpaperPersister.getLastDestination()); in testClickSetWallpaper_Fails_HomeScreen_ShowsErrorDialog()
1132 if (isDestinationBoth || mWallpaperDestination == WallpaperPersister.DEST_HOME_SCREEN) { in getAppliedWallpaperId()