Searched refs:isInstantHotspotNetwork (Results 1 – 3 of 3) sorted by relevance
97 if (isInstantHotspotNetwork() != otherItem.isInstantHotspotNetwork()) { in equals()159 public boolean isInstantHotspotNetwork() { in isInstantHotspotNetwork() method in WifiSliceItem
284 return (wifiSliceItem.isInstantHotspotNetwork()) in getWifiIconResId()
345 when(wifiSliceItem.isInstantHotspotNetwork()).thenReturn(true); in getWifiIconResId_isInstantHotspotNetwork_returnHotspotIcon()355 when(wifiSliceItem.isInstantHotspotNetwork()).thenReturn(false); in getWifiIconResId_notInstantHotspotNetwork_returnInternetIcon()