Home
last modified time | relevance | path

Searched refs:hotspotDeviceType (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/shared/model/
DWifiNetworkModel.kt222 val hotspotDeviceType: HotspotDeviceType = WifiNetworkModel.HotspotDeviceType.NONE, constant in com.android.systemui.statusbar.pipeline.wifi.shared.model.WifiNetworkModel.Active
262 if (prevVal.hotspotDeviceType != hotspotDeviceType) { in logDiffs()
263 row.logChange(COL_HOTSPOT, hotspotDeviceType.name) in logDiffs()
290 row.logChange(COL_HOTSPOT, hotspotDeviceType.name) in logFull()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/demo/
DDemoModeWifiDataSource.kt60 val hotspotDeviceType = getString("hotspot").toHotspotDeviceType() in <lambda>() constant
67 hotspotDeviceType, in <lambda>()
DDemoWifiRepository.kt108 hotspotDeviceType = hotspotDeviceType, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/ui/model/
DWifiIcon.kt103 this.hotspotDeviceType == WifiNetworkModel.HotspotDeviceType.NONE in toIcon()
108 when (this.hotspotDeviceType) { in toIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/demo/model/
DFakeWifiEventModel.kt33 val hotspotDeviceType: WifiNetworkModel.HotspotDeviceType = constant in com.android.systemui.statusbar.pipeline.wifi.data.repository.demo.model.FakeWifiEventModel.Wifi
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/
DWifiRepositoryImpl.kt279 val hotspotDeviceType = in <lambda>() constant
291 hotspotDeviceType = hotspotDeviceType, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/
DWifiRepositoryImplTest.kt405 assertThat((latest as WifiNetworkModel.Active).hotspotDeviceType) in wifiNetwork_notHotspot_none()
419 assertThat((latest as WifiNetworkModel.Active).hotspotDeviceType) in wifiNetwork_hotspot_unknown()
433 assertThat((latest as WifiNetworkModel.Active).hotspotDeviceType) in wifiNetwork_hotspot_phone()
447 assertThat((latest as WifiNetworkModel.Active).hotspotDeviceType) in wifiNetwork_hotspot_tablet()
461 assertThat((latest as WifiNetworkModel.Active).hotspotDeviceType) in wifiNetwork_hotspot_laptop()
475 assertThat((latest as WifiNetworkModel.Active).hotspotDeviceType) in wifiNetwork_hotspot_watch()
489 assertThat((latest as WifiNetworkModel.Active).hotspotDeviceType) in wifiNetwork_hotspot_auto()
503 assertThat((latest as WifiNetworkModel.Active).hotspotDeviceType) in wifiNetwork_hotspot_invalid()
520 assertThat((latest as WifiNetworkModel.Active).hotspotDeviceType) in wifiNetwork_hotspot_flagOff_valueNotUsed()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/shared/model/
DWifiNetworkModelTest.kt140 hotspotDeviceType = WifiNetworkModel.HotspotDeviceType.LAPTOP, in <lambda>()
182 hotspotDeviceType = WifiNetworkModel.HotspotDeviceType.AUTO, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModelTest.kt185 hotspotDeviceType = WifiNetworkModel.HotspotDeviceType.NONE, in wifiDefaultAndActive_hotspotNone()
393 hotspotDeviceType = hotspot, in setWifiNetworkWithHotspot()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
DInternetTileDataInteractorTest.kt227 hotspotDeviceType = WifiNetworkModel.HotspotDeviceType.NONE, in <lambda>()
552 hotspotDeviceType = hotspot, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/
DWifiViewModelTest.kt136 hotspotDeviceType = WifiNetworkModel.HotspotDeviceType.LAPTOP, in wifiIcon_validHotspot_hotspotIconNotShown()