Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/
DPreviewActivityTest.java220 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 …]
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperPersister.java140 public Bitmap getCurrentLockWallpaper() { in getCurrentLockWallpaper() method in TestWallpaperPersister