Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/slice/
DWifiSliceItem.java100 if (getInstantHotspotDeviceType() != otherItem.getInstantHotspotDeviceType()) { in equals()
166 public int getInstantHotspotDeviceType() { in getInstantHotspotDeviceType() method in WifiSliceItem
DWifiSlice.java285 ? getHotspotIconResource(wifiSliceItem.getInstantHotspotDeviceType()) in getWifiIconResId()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/slice/
DWifiSliceTest.java346 when(wifiSliceItem.getInstantHotspotDeviceType()).thenReturn(DEVICE_TYPE_PHONE); in getWifiIconResId_isInstantHotspotNetwork_returnHotspotIcon()