Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/
DPreviewActivityTest.java83 private TestWallpaperInfo mMockWallpaper; field in PreviewActivityTest
101 mMockWallpaper = new TestWallpaperInfo(TestWallpaperInfo.COLOR_BLACK); in setUp()
106 mMockWallpaper.setAttributions(attributions); in setUp()
107 mMockWallpaper.setCollectionId("collection"); in setUp()
108 mMockWallpaper.setWallpaperId("wallpaper"); in setUp()
109 mMockWallpaper.setActionUrl(ACTION_URL); in setUp()
126 InstrumentationRegistry.getInstrumentation().getTargetContext(), mMockWallpaper); in launchActivityIntentWithMockWallpaper()
161 Bitmap srcBitmap = ((TestAsset) mMockWallpaper.getAsset(context)).getBitmap(); in testClickSetWallpaper_Success_HomeScreen()
189 Bitmap srcBitmap = ((TestAsset) mMockWallpaper.getAsset(context)).getBitmap(); in testClickSetWallpaper_Success_LockScreen()
219 Bitmap srcBitmap = ((TestAsset) mMockWallpaper.getAsset(context)).getBitmap(); in testClickSetWallpaper_Success_BothHomeAndLockScreen()
[all …]