/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/shared/model/ |
D | WifiNetworkModel.kt | 222 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/ |
D | DemoModeWifiDataSource.kt | 60 val hotspotDeviceType = getString("hotspot").toHotspotDeviceType() in <lambda>() constant 67 hotspotDeviceType, in <lambda>()
|
D | DemoWifiRepository.kt | 108 hotspotDeviceType = hotspotDeviceType, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/ui/model/ |
D | WifiIcon.kt | 103 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/ |
D | FakeWifiEventModel.kt | 33 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/ |
D | WifiRepositoryImpl.kt | 279 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/ |
D | WifiRepositoryImplTest.kt | 405 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/ |
D | WifiNetworkModelTest.kt | 140 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/ |
D | InternetTileViewModelTest.kt | 185 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/ |
D | InternetTileDataInteractorTest.kt | 227 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/ |
D | WifiViewModelTest.kt | 136 hotspotDeviceType = WifiNetworkModel.HotspotDeviceType.LAPTOP, in wifiIcon_validHotspot_hotspotIconNotShown()
|