Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/
DWifiRepositoryImplTest.kt415 val wifiEntry = createHotspotWithType(NetworkProviderInfo.DEVICE_TYPE_UNKNOWN) in wifiNetwork_hotspot_unknown()
429 val wifiEntry = createHotspotWithType(NetworkProviderInfo.DEVICE_TYPE_PHONE) in wifiNetwork_hotspot_phone()
443 val wifiEntry = createHotspotWithType(NetworkProviderInfo.DEVICE_TYPE_TABLET) in wifiNetwork_hotspot_tablet()
457 val wifiEntry = createHotspotWithType(NetworkProviderInfo.DEVICE_TYPE_LAPTOP) in wifiNetwork_hotspot_laptop()
471 val wifiEntry = createHotspotWithType(NetworkProviderInfo.DEVICE_TYPE_WATCH) in wifiNetwork_hotspot_watch()
485 val wifiEntry = createHotspotWithType(NetworkProviderInfo.DEVICE_TYPE_AUTO) in wifiNetwork_hotspot_auto()
499 val wifiEntry = createHotspotWithType(1234) in wifiNetwork_hotspot_invalid()
515 val wifiEntry = createHotspotWithType(NetworkProviderInfo.DEVICE_TYPE_WATCH) in wifiNetwork_hotspot_flagOff_valueNotUsed()
1264 private fun createHotspotWithType(@DeviceType type: Int): HotspotNetworkEntry { in createHotspotWithType() method