Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiTetherApBandPreferenceController.java142 if (!isDualBandSupported()) { in updatePreferenceEntries()
148 if (isDualBandSupported()) { in updatePreferenceEntries()
205 private boolean isDualBandSupported() { in isDualBandSupported() method in WifiTetherApBandPreferenceController
206 return Flags.hotspotUiSpeedUpdate() && getCarWifiManager().isDualBandSupported(); in isDualBandSupported()
DCarWifiManager.java228 public boolean isDualBandSupported() { in isDualBandSupported() method in CarWifiManager
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/
DWifiTetherApBandPreferenceControllerTest.java108 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()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt878 Landroid/net/wifi/IWifiManager$Stub$Proxy;->isDualBandSupported()Z
1006 Landroid/net/wifi/IWifiManager;->isDualBandSupported()Z