Home
last modified time | relevance | path

Searched refs:wifiInteractor (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/satellite/domain/interactor/
DDeviceBasedSatelliteInteractorTest.kt58 private val wifiInteractor = constant
67 wifiInteractor, in setUp()
110 wifiInteractor, in isSatelliteAllowed_offWhenFlagIsOff()
158 wifiInteractor, in connectionState_offWhenFeatureIsDisabled()
214 wifiInteractor, in signalStrength_zeroWhenDisabled()
532 wifiInteractor, in areAllConnectionsOutOfService_falseWhenFlagIsOff()
/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/src/com/android/systemui/statusbar/pipeline/satellite/domain/interactor/
DDeviceBasedSatelliteInteractor.kt47 wifiInteractor: WifiInteractor, in <lambda>()
82 wifiInteractor.wifiNetwork.map { it is WifiNetworkModel.Active } in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/
DKosmosJavaAdapter.kt67 import com.android.systemui.statusbar.pipeline.wifi.domain.interactor.wifiInteractor
138 val wifiInteractor by lazy { kosmos.wifiInteractor } in <lambda>() constant in com.android.systemui.kosmos.KosmosJavaAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModel.kt64 wifiInteractor: WifiInteractor, in <lambda>()
73 wifiInteractor.wifiNetwork.flatMapLatest { in <lambda>()
197 wifiInteractor.areNetworksAvailable, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
DInternetTileDataInteractor.kt68 wifiInteractor: WifiInteractor, in <lambda>()
75 wifiInteractor.wifiNetwork.flatMapLatest { in <lambda>()
211 wifiInteractor.areNetworksAvailable, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DInternetTileNewImplTest.kt74 private var wifiInteractor = variable in com.android.systemui.qs.tiles.InternetTileNewImplTest
104 wifiInteractor, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarViewController.java145 WifiInteractor wifiInteractor, in AmbientStatusBarViewController() argument
161 mWifiInteractor = wifiInteractor; in AmbientStatusBarViewController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/satellite/ui/viewmodel/
DDeviceBasedSatelliteViewModelTest.kt58 private val wifiInteractor = constant in com.android.systemui.statusbar.pipeline.satellite.ui.viewmodel.DeviceBasedSatelliteViewModelTest
70 wifiInteractor, in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModelTest.kt70 private val wifiInteractor = constant
121 wifiInteractor, in setUp()
/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
/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
153 wifiInteractor, in <lambda>()