/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/satellite/domain/interactor/ |
D | DeviceBasedSatelliteInteractorTest.kt | 58 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/ |
D | WifiInteractorKosmos.kt | 24 val Kosmos.wifiInteractor: WifiInteractor by constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/domain/interactor/ |
D | DeviceBasedSatelliteInteractor.kt | 47 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/ |
D | KosmosJavaAdapter.kt | 67 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/ |
D | InternetTileViewModel.kt | 64 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/ |
D | InternetTileDataInteractor.kt | 68 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/ |
D | InternetTileNewImplTest.kt | 74 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/ |
D | AmbientStatusBarViewController.java | 145 WifiInteractor wifiInteractor, in AmbientStatusBarViewController() argument 161 mWifiInteractor = wifiInteractor; in AmbientStatusBarViewController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/satellite/ui/viewmodel/ |
D | DeviceBasedSatelliteViewModelTest.kt | 58 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/ |
D | InternetTileViewModelTest.kt | 70 private val wifiInteractor = constant 121 wifiInteractor, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/dagger/ |
D | StatusBarPipelineModule.kt | 104 @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/ |
D | InternetTileDataInteractorTest.kt | 86 private val wifiInteractor = in <lambda>() constant in com.android.systemui.qs.tiles.impl.internet.domain.interactor.InternetTileDataInteractorTest 153 wifiInteractor, in <lambda>()
|