Searched refs:getLastDestination (Results 1 – 2 of 2) sorted by relevance
210 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()
156 public int getLastDestination() { in getLastDestination() method in TestWallpaperPersister