Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
H A DInternetTileViewModel.kt60 wifiInteractor: WifiInteractor,
67 wifiInteractor.wifiNetwork.flatMapLatest {
162 wifiInteractor.areNetworksAvailable,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
H A DInternetTileViewModelTest.kt64 private val wifiInteractor = regex
107 wifiInteractor,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DInternetTileNewImplTest.kt74 private var wifiInteractor = regex
104 wifiInteractor,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DCastTile.java110 WifiInteractor wifiInteractor, in CastTile() argument
120 mWifiInteractor = wifiInteractor; in CastTile()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/dagger/
H A DStatusBarPipelineModule.kt83 @Binds abstract fun wifiInteractor(impl: WifiInteractorImpl): WifiInteractor