Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
DWifiTetherApBandPreferenceControllerTest.java86 when(mWifiManager.isDualBandSupported()).thenReturn(true); in display_5GhzSupported_shouldDisplayFullList()
98 when(mWifiManager.isDualBandSupported()).thenReturn(true); in display_noCountryCode_shouldDisable()
110 when(mWifiManager.isDualBandSupported()).thenReturn(false); in display_5GhzNotSupported_shouldDisable()
122 when(mWifiManager.isDualBandSupported()).thenReturn(true); in changePreference_noDualModeWith5G_shouldUpdateValue()
149 when(mWifiManager.isDualBandSupported()).thenReturn(true); in changePreference_dualModeWith5G_shouldUpdateValue()
176 when(mWifiManager.isDualBandSupported()).thenReturn(true); in updateDisplay_shouldUpdateValue()
184 when(mWifiManager.isDualBandSupported()).thenReturn(false); in updateDisplay_shouldUpdateValue()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DCarWifiManager.java198 public boolean isDualBandSupported() { in isDualBandSupported() method in CarWifiManager
199 return mWifiManager.isDualBandSupported(); in isDualBandSupported()
DWifiTetherApBandPreferenceController.java155 return getCarWifiManager().isDualBandSupported() && countryCode != null; in is5GhzBandSupported()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowCarWifiManager.java145 protected boolean isDualBandSupported() { in isDualBandSupported() method in ShadowCarWifiManager
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/tether/
DWifiTetherApBandPreferenceController.java132 if (!mWifiManager.isDualBandSupported() || countryCode == null) { in is5GhzBandSupported()
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherApBandPreferenceController.java132 if (!mWifiManager.isDualBandSupported() || countryCode == null) { in is5GhzBandSupported()