Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt101 @Inject lateinit var networkStatusNotifier: NetworkStatusNotifier variable in com.android.wallpaper.testing.TestInjector
174 return networkStatusNotifier in getNetworkStatusNotifier()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPicker2Injector.kt100 @Inject lateinit var networkStatusNotifier: Lazy<NetworkStatusNotifier> variable in com.android.wallpaper.module.WallpaperPicker2Injector
191 return networkStatusNotifier.get() in getNetworkStatusNotifier()