Searched refs:mMockWallpaper (Results 1 – 1 of 1) sorted by relevance
83 private TestWallpaperInfo mMockWallpaper; field in PreviewActivityTest101 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 …]