Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperStatusChecker.kt18 import com.android.wallpaper.module.WallpaperStatusChecker
20 class TestWallpaperStatusChecker : WallpaperStatusChecker {
DTestInjector.kt50 import com.android.wallpaper.module.WallpaperStatusChecker
89 private var wallpaperStatusChecker: WallpaperStatusChecker? = null
233 override fun getWallpaperStatusChecker(context: Context): WallpaperStatusChecker { in getWallpaperStatusChecker()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperStatusChecker.kt19 interface WallpaperStatusChecker { interface
DDefaultWallpaperStatusChecker.kt25 ) : WallpaperStatusChecker {
DWallpaperPicker2Injector.kt86 private var wallpaperStatusChecker: WallpaperStatusChecker? = null
281 override fun getWallpaperStatusChecker(context: Context): WallpaperStatusChecker { in getWallpaperStatusChecker()
DInjector.kt111 fun getWallpaperStatusChecker(context: Context): WallpaperStatusChecker in getApplicationCoroutineScope()
DDefaultWallpaperPersister.java79 private final WallpaperStatusChecker mWallpaperStatusChecker;
93 WallpaperStatusChecker wallpaperStatusChecker, in DefaultWallpaperPersister()
DDefaultWallpaperRefresher.java71 private final WallpaperStatusChecker mWallpaperStatusChecker;