Home
last modified time | relevance | path

Searched refs:DEST_HOME_SCREEN (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPersister.java35 int DEST_HOME_SCREEN = 0; field
140 DEST_HOME_SCREEN,
DDefaultWallpaperPersister.java615 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()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperPersister.java76 if (destination == DEST_HOME_SCREEN || destination == DEST_BOTH) { in setIndividualWallpaper()
187 if (mDestination == DEST_HOME_SCREEN || mDestination == DEST_BOTH) { in finishSettingWallpaper()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/
DPreviewActivityTest.java165 assertEquals(WallpaperPersister.DEST_HOME_SCREEN, mWallpaperPersister.getLastDestination()); in testClickSetWallpaper_Success_HomeScreen()
268 assertEquals(WallpaperPersister.DEST_HOME_SCREEN, mWallpaperPersister.getLastDestination()); in testClickSetWallpaper_Fails_HomeScreen_ShowsErrorDialog()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DSetWallpaperDialogFragment.java72 mListener.onSet(WallpaperPersister.DEST_HOME_SCREEN); in onCreateDialog()