Searched refs:isDualBandSupported (Results 1 – 4 of 4) sorted by relevance
142 if (!isDualBandSupported()) { in updatePreferenceEntries()148 if (isDualBandSupported()) { in updatePreferenceEntries()205 private boolean isDualBandSupported() { in isDualBandSupported() method in WifiTetherApBandPreferenceController206 return Flags.hotspotUiSpeedUpdate() && getCarWifiManager().isDualBandSupported(); in isDualBandSupported()
228 public boolean isDualBandSupported() { in isDualBandSupported() method in CarWifiManager
108 when(mCarWifiManager.isDualBandSupported()).thenReturn(false); in onStart_dualBandNotSupported_defaultTo2Ghz()142 when(mCarWifiManager.isDualBandSupported()).thenReturn(true); in onStart_wifiConfigDualApBand_valueIsSetToDualBand()204 when(mCarWifiManager.isDualBandSupported()).thenReturn(true); in onPreferenceChangedToDualBand_updatesApBandConfigToDualBand()
878 Landroid/net/wifi/IWifiManager$Stub$Proxy;->isDualBandSupported()Z1006 Landroid/net/wifi/IWifiManager;->isDualBandSupported()Z