Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperRefresher.java31 public class TestWallpaperRefresher implements WallpaperRefresher { class
38 public TestWallpaperRefresher(Context context) { in TestWallpaperRefresher() method in TestWallpaperRefresher
DTestInjector.kt230 ?: TestWallpaperRefresher(context.applicationContext).also { wallpaperRefresher = it } in getWallpaperRefresher()