Searched defs:wifiInteractor (Results 1 – 9 of 9) sorted by relevance
24 val Kosmos.wifiInteractor: WifiInteractor by constant
74 private var wifiInteractor = variable
70 private val wifiInteractor = constant
58 private val wifiInteractor = constant
145 WifiInteractor wifiInteractor, in AmbientStatusBarViewController()
138 val wifiInteractor by lazy { kosmos.wifiInteractor } in <lambda>() constant in com.android.systemui.kosmos.KosmosJavaAdapter
86 private val wifiInteractor = in <lambda>() constant in com.android.systemui.qs.tiles.impl.internet.domain.interactor.InternetTileDataInteractorTest
104 @Binds abstract fun wifiInteractor(impl: WifiInteractorImpl): WifiInteractor in airplaneModeRepository() method in com.android.systemui.statusbar.pipeline.dagger.StatusBarPipelineModule