Searched refs:wallpaperStatusChecker (Results 1 – 3 of 3) sorted by relevance
89 private var wallpaperStatusChecker: WallpaperStatusChecker? = null variable in com.android.wallpaper.testing.TestInjector234 return wallpaperStatusChecker in getWallpaperStatusChecker()235 ?: TestWallpaperStatusChecker().also { wallpaperStatusChecker = it } in getWallpaperStatusChecker()
86 private var wallpaperStatusChecker: WallpaperStatusChecker? = null variable in com.android.wallpaper.module.WallpaperPicker2Injector282 return wallpaperStatusChecker in getWallpaperStatusChecker()286 .also { wallpaperStatusChecker = it } in getWallpaperStatusChecker()
93 WallpaperStatusChecker wallpaperStatusChecker, in DefaultWallpaperPersister() argument103 mWallpaperStatusChecker = wallpaperStatusChecker; in DefaultWallpaperPersister()