Searched refs:getCurrentLockWallpaper (Results 1 – 2 of 2) sorted by relevance
176 assertNull(mWallpaperPersister.getCurrentLockWallpaper()); in testClickSetWallpaper_Success_LockScreen()183 assertNull(mWallpaperPersister.getCurrentLockWallpaper()); in testClickSetWallpaper_Success_LockScreen()190 assertTrue(srcBitmap.sameAs(mWallpaperPersister.getCurrentLockWallpaper())); in testClickSetWallpaper_Success_LockScreen()205 assertNull(mWallpaperPersister.getCurrentLockWallpaper()); in testClickSetWallpaper_Success_BothHomeAndLockScreen()213 assertNull(mWallpaperPersister.getCurrentLockWallpaper()); in testClickSetWallpaper_Success_BothHomeAndLockScreen()221 assertTrue(srcBitmap.sameAs(mWallpaperPersister.getCurrentLockWallpaper())); in testClickSetWallpaper_Success_BothHomeAndLockScreen()275 assertNull(mWallpaperPersister.getCurrentLockWallpaper()); in testClickSetWallpaper_Fails_LockScreen_ShowsErrorDialog()286 assertNull(mWallpaperPersister.getCurrentLockWallpaper()); in testClickSetWallpaper_Fails_LockScreen_ShowsErrorDialog()301 assertNotNull(mWallpaperPersister.getCurrentLockWallpaper()); in testClickSetWallpaper_Fails_LockScreen_ShowsErrorDialog()304 assertTrue(srcBitmap.sameAs(mWallpaperPersister.getCurrentLockWallpaper())); in testClickSetWallpaper_Fails_LockScreen_ShowsErrorDialog()[all …]
156 public Bitmap getCurrentLockWallpaper() { in getCurrentLockWallpaper() method in TestWallpaperPersister