Searched refs:DEST_HOME_SCREEN (Results 1 – 5 of 5) sorted by relevance
35 int DEST_HOME_SCREEN = 0; field140 DEST_HOME_SCREEN,
615 if (mDestination == DEST_HOME_SCREEN) { in doInBackground()654 if (mDestination == DEST_HOME_SCREEN in doInBackground()728 if (destination == DEST_HOME_SCREEN || destination == DEST_BOTH) { in setImageWallpaperMetadata()
76 if (destination == DEST_HOME_SCREEN || destination == DEST_BOTH) { in setIndividualWallpaper()187 if (mDestination == DEST_HOME_SCREEN || mDestination == DEST_BOTH) { in finishSettingWallpaper()
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()
72 mListener.onSet(WallpaperPersister.DEST_HOME_SCREEN); in onCreateDialog()