Searched refs:getCurrentLockWallpaper (Results 1 – 2 of 2) sorted by relevance
220 assertNull(mWallpaperPersister.getCurrentLockWallpaper()); in testClickSetWallpaper_Success_LockScreen()227 assertNull(mWallpaperPersister.getCurrentLockWallpaper()); in testClickSetWallpaper_Success_LockScreen()233 assertTrue(srcBitmap.sameAs(mWallpaperPersister.getCurrentLockWallpaper())); in testClickSetWallpaper_Success_LockScreen()248 assertNull(mWallpaperPersister.getCurrentLockWallpaper()); in testClickSetWallpaper_Success_BothHomeAndLockScreen()256 assertNull(mWallpaperPersister.getCurrentLockWallpaper()); in testClickSetWallpaper_Success_BothHomeAndLockScreen()263 assertTrue(srcBitmap.sameAs(mWallpaperPersister.getCurrentLockWallpaper())); in testClickSetWallpaper_Success_BothHomeAndLockScreen()312 assertNull(mWallpaperPersister.getCurrentLockWallpaper()); in testClickSetWallpaper_Fails_LockScreen_ShowsErrorDialog()322 assertNull(mWallpaperPersister.getCurrentLockWallpaper()); in testClickSetWallpaper_Fails_LockScreen_ShowsErrorDialog()336 Bitmap newBitmap = mWallpaperPersister.getCurrentLockWallpaper(); in testClickSetWallpaper_Fails_LockScreen_ShowsErrorDialog()353 assertNull(mWallpaperPersister.getCurrentLockWallpaper()); in testClickSetWallpaper_Fails_BothHomeAndLock_ShowsErrorDialog()[all …]
140 public Bitmap getCurrentLockWallpaper() { in getCurrentLockWallpaper() method in TestWallpaperPersister