Home
last modified time | relevance | path

Searched refs:is5GHzBandSupported (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
DWifiTetherApBandPreferenceControllerTest.java90 when(mWifiManager.is5GHzBandSupported()).thenReturn(true); in display_5GhzSupported_shouldDisplayFullList()
104 when(mWifiManager.is5GHzBandSupported()).thenReturn(true); in display_noCountryCode_shouldDisable()
116 when(mWifiManager.is5GHzBandSupported()).thenReturn(false); in display_5GhzNotSupported_shouldDisable()
128 when(mWifiManager.is5GHzBandSupported()).thenReturn(true); in changePreference_With5G_shouldUpdateValue()
157 when(mWifiManager.is5GHzBandSupported()).thenReturn(true); in updateDisplay_shouldUpdateValue()
165 when(mWifiManager.is5GHzBandSupported()).thenReturn(false); in updateDisplay_shouldUpdateValue()
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/tether/
DWifiTetherMaximizeCompatibilityPreferenceControllerTest.java94 doReturn(false).when(mWifiManager).is5GHzBandSupported(); in updateDisplay_notSupport5GHzBand_setPreferenceDisabled()
132 doReturn(true).when(mWifiManager).is5GHzBandSupported(); in updateDisplay_supported5GHzBandAndCountryCodeIsNotNull_setPreferenceEnabled()
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherMaximizeCompatibilityPreferenceController.java76 if (!mWifiManager.is5GHzBandSupported() || mWifiManager.getCountryCode() == null) { in is5GhzBandSupported()
DWifiTetherApBandPreferenceController.java130 if (!mWifiManager.is5GHzBandSupported() || countryCode == null) { in is5GhzBandSupported()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DCarWifiManager.java201 return mWifiManager.is5GHzBandSupported(); in is5GhzBandSupported()
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl136 boolean is5GHzBandSupported(); in is5GHzBandSupported() method
DWifiManager.java2964 public boolean is5GHzBandSupported() { in is5GHzBandSupported() method in WifiManager
2966 return mService.is5GHzBandSupported(); in is5GHzBandSupported()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DBaseWifiService.java290 public boolean is5GHzBandSupported() { in is5GHzBandSupported() method in BaseWifiService
DWifiShellCommand.java419 && !mWifiService.is5GHzBandSupported()) in onCommand()
DWifiServiceImpl.java3482 public boolean is5GHzBandSupported() {
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java943 && mWifiManager.is5GHzBandSupported()) { in ensureApConfiguration()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java2698 when(mWifiService.is5GHzBandSupported()).thenReturn(true); in testIs5GHzBandSupported()
2699 assertTrue(mWifiManager.is5GHzBandSupported()); in testIs5GHzBandSupported()
2700 verify(mWifiService).is5GHzBandSupported(); in testIs5GHzBandSupported()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java1757 assertTrue(mWifiServiceImpl.is5GHzBandSupported()); in testIsWifiBandSupported5gWithOverride()
1797 assertFalse(mWifiServiceImpl.is5GHzBandSupported()); in testIsWifiBandSupported5gNoOverrideNoChannels()
1825 assertTrue(mWifiServiceImpl.is5GHzBandSupported()); in testIsWifiBandSupported5gNoOverrideWithChannels()
/packages/modules/Wifi/framework/api/
Dcurrent.txt373 method public boolean is5GHzBandSupported();