Searched refs:is6GHzBandSupported (Results 1 – 12 of 12) sorted by relevance
113 doReturn(true).when(mWifiManager).is6GHzBandSupported(); in setUp()597 when(mWifiManager.is6GHzBandSupported()).thenReturn(true); in is6GHzBandSupported_resultSameAsWifiManager()599 assertThat(mRepository.is6GHzBandSupported()).isTrue(); in is6GHzBandSupported_resultSameAsWifiManager()603 when(mWifiManager.is6GHzBandSupported()).thenReturn(false); in is6GHzBandSupported_resultSameAsWifiManager()605 assertThat(mRepository.is6GHzBandSupported()).isFalse(); in is6GHzBandSupported_resultSameAsWifiManager()
428 public boolean is6GHzBandSupported() { in is6GHzBandSupported() method in WifiHotspotRepository430 mIs6gBandSupported = mWifiManager.is6GHzBandSupported(); in is6GHzBandSupported()442 if (!mBand6g.isUsableChannelsReady && is6GHzBandSupported()) { in is6gAvailable()
83 when(mWifiHotspotRepository.is6GHzBandSupported()).thenReturn(true); in setUp()109 when(mWifiHotspotRepository.is6GHzBandSupported()).thenReturn(false); in constructor_notSupported6GHzBand_set6gVisible()
76 mSpeedInfo6g.mIsVisible = mWifiHotspotRepository.is6GHzBandSupported(); in WifiHotspotSpeedViewModel()
201 boolean is6GHzBandSupported(); in is6GHzBandSupported() method
365 public boolean is6GHzBandSupported() { in is6GHzBandSupported() method in BaseWifiService
4274 public boolean is6GHzBandSupported() { in is6GHzBandSupported() method in WifiManager4276 return mService.is6GHzBandSupported(); in is6GHzBandSupported()
2948 when(mWifiService.is6GHzBandSupported()).thenReturn(true); in testIs6GHzBandSupported()2949 assertTrue(mWifiManager.is6GHzBandSupported()); in testIs6GHzBandSupported()2950 verify(mWifiService).is6GHzBandSupported(); in testIs6GHzBandSupported()
750 && !mWifiService.is6GHzBandSupported()) in onCommand()
5049 public boolean is6GHzBandSupported() {
2480 assertTrue(mWifiServiceImpl.is6GHzBandSupported()); in testIsWifiBandSupported6gWithOverride()2536 assertFalse(mWifiServiceImpl.is6GHzBandSupported()); in testIsWifiBandSupported6gNoOverrideNoChannels()2548 assertTrue(mWifiServiceImpl.is6GHzBandSupported()); in testIsWifiBandSupported6gNoOverrideWithChannels()
478 method public boolean is6GHzBandSupported();