Home
last modified time | relevance | path

Searched defs:wifiInteractor (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/wifi/domain/interactor/
DWifiInteractorKosmos.kt24 val Kosmos.wifiInteractor: WifiInteractor by constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DInternetTileNewImplTest.kt74 private var wifiInteractor = variable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModelTest.kt70 private val wifiInteractor = constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/satellite/ui/viewmodel/
DDeviceBasedSatelliteViewModelTest.kt58 private val wifiInteractor = constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarViewController.java145 WifiInteractor wifiInteractor, in AmbientStatusBarViewController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/satellite/domain/interactor/
DDeviceBasedSatelliteInteractorTest.kt58 private val wifiInteractor = constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/
DKosmosJavaAdapter.kt138 val wifiInteractor by lazy { kosmos.wifiInteractor } in <lambda>() constant in com.android.systemui.kosmos.KosmosJavaAdapter
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
DInternetTileDataInteractorTest.kt86 private val wifiInteractor = in <lambda>() constant in com.android.systemui.qs.tiles.impl.internet.domain.interactor.InternetTileDataInteractorTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/dagger/
DStatusBarPipelineModule.kt104 @Binds abstract fun wifiInteractor(impl: WifiInteractorImpl): WifiInteractor in airplaneModeRepository() method in com.android.systemui.statusbar.pipeline.dagger.StatusBarPipelineModule