Searched refs:is5GHzBandSupported (Results 1 – 14 of 14) sorted by relevance
90 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()
94 doReturn(false).when(mWifiManager).is5GHzBandSupported(); in updateDisplay_notSupport5GHzBand_setPreferenceDisabled()132 doReturn(true).when(mWifiManager).is5GHzBandSupported(); in updateDisplay_supported5GHzBandAndCountryCodeIsNotNull_setPreferenceEnabled()
76 if (!mWifiManager.is5GHzBandSupported() || mWifiManager.getCountryCode() == null) { in is5GhzBandSupported()
130 if (!mWifiManager.is5GHzBandSupported() || countryCode == null) { in is5GhzBandSupported()
201 return mWifiManager.is5GHzBandSupported(); in is5GhzBandSupported()
136 boolean is5GHzBandSupported(); in is5GHzBandSupported() method
2964 public boolean is5GHzBandSupported() { in is5GHzBandSupported() method in WifiManager2966 return mService.is5GHzBandSupported(); in is5GHzBandSupported()
290 public boolean is5GHzBandSupported() { in is5GHzBandSupported() method in BaseWifiService
419 && !mWifiService.is5GHzBandSupported()) in onCommand()
3482 public boolean is5GHzBandSupported() {
943 && mWifiManager.is5GHzBandSupported()) { in ensureApConfiguration()
2698 when(mWifiService.is5GHzBandSupported()).thenReturn(true); in testIs5GHzBandSupported()2699 assertTrue(mWifiManager.is5GHzBandSupported()); in testIs5GHzBandSupported()2700 verify(mWifiService).is5GHzBandSupported(); in testIs5GHzBandSupported()
1757 assertTrue(mWifiServiceImpl.is5GHzBandSupported()); in testIsWifiBandSupported5gWithOverride()1797 assertFalse(mWifiServiceImpl.is5GHzBandSupported()); in testIsWifiBandSupported5gNoOverrideNoChannels()1825 assertTrue(mWifiServiceImpl.is5GHzBandSupported()); in testIsWifiBandSupported5gNoOverrideWithChannels()
373 method public boolean is5GHzBandSupported();