Searched refs:mWallpaperPersister (Results 1 – 5 of 5) sorted by relevance
95 private TestWallpaperPersister mWallpaperPersister; field in PreviewActivityTest132 mWallpaperPersister = (TestWallpaperPersister) mInjector.getWallpaperPersister(context); in setUp()167 mActivityRule.runOnUiThread(() -> mWallpaperPersister.finishSettingWallpaper()); in finishSettingWallpaperThenDo()193 assertNull(mWallpaperPersister.getCurrentHomeWallpaper()); in testClickSetWallpaper_Success_HomeScreen()200 assertNull(mWallpaperPersister.getCurrentHomeWallpaper()); in testClickSetWallpaper_Success_HomeScreen()206 assertTrue(srcBitmap.sameAs(mWallpaperPersister.getCurrentHomeWallpaper())); in testClickSetWallpaper_Success_HomeScreen()210 mWallpaperPersister.getLastDestination()); in testClickSetWallpaper_Success_HomeScreen()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()[all …]
37 private WallpaperPersister mWallpaperPersister; field in PreviewIndividualHolder44 mWallpaperPersister = InjectorProvider.getInjector().getWallpaperPersister(hostActivity); in PreviewIndividualHolder()60 mWallpaperPersister.setWallpaperInfoInPreview(wallpaperInfo); in showPreview()
37 private WallpaperPersister mWallpaperPersister; field in CreativeCategoryIndividualHolder52 mWallpaperPersister = InjectorProvider.getInjector().getWallpaperPersister(hostActivity); in CreativeCategoryIndividualHolder()68 mWallpaperPersister.setWallpaperInfoInPreview(wallpaperInfo); in showPreview()
57 private final WallpaperPersister mWallpaperPersister; field in WallpaperSetter67 mWallpaperPersister = wallpaperPersister; in WallpaperSetter()137 mWallpaperPersister.setIndividualWallpaper( in setCurrentWallpaper()187 mWallpaperPersister.onLiveWallpaperSet(destination); in setCurrentLiveWallpaper()241 mWallpaperPersister.onLiveWallpaperSet(destination); in setCurrentLiveWallpaperFromRestore()
77 private WallpaperPersister mWallpaperPersister; field in WallpaperPickerDelegate89 mWallpaperPersister = injector.getWallpaperPersister(activity); in WallpaperPickerDelegate()467 mWallpaperPersister.setWallpaperInfoInPreview(imageWallpaper); in handleActivityResult()