Home
last modified time | relevance | path

Searched refs:getLastDestination (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/
DPreviewActivityTest.java210 mWallpaperPersister.getLastDestination()); in testClickSetWallpaper_Success_HomeScreen()
237 mWallpaperPersister.getLastDestination()); in testClickSetWallpaper_Success_LockScreen()
266 assertEquals(WallpaperPersister.DEST_BOTH, mWallpaperPersister.getLastDestination()); in testClickSetWallpaper_Success_BothHomeAndLockScreen()
304 mWallpaperPersister.getLastDestination()); in testClickSetWallpaper_Fails_HomeScreen_ShowsErrorDialog()
344 mWallpaperPersister.getLastDestination()); in testClickSetWallpaper_Fails_LockScreen_ShowsErrorDialog()
384 mWallpaperPersister.getLastDestination()); in testClickSetWallpaper_Fails_BothHomeAndLock_ShowsErrorDialog()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperPersister.java156 public int getLastDestination() { in getLastDestination() method in TestWallpaperPersister