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