Home
last modified time | relevance | path

Searched refs:is6GHzBandSupported (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/repository/
DWifiHotspotRepositoryTest.java113 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()
/packages/apps/Settings/src/com/android/settings/wifi/repository/
DWifiHotspotRepository.java428 public boolean is6GHzBandSupported() { in is6GHzBandSupported() method in WifiHotspotRepository
430 mIs6gBandSupported = mWifiManager.is6GHzBandSupported(); in is6GHzBandSupported()
442 if (!mBand6g.isUsableChannelsReady && is6GHzBandSupported()) { in is6gAvailable()
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/tether/
DWifiHotspotSpeedViewModelTest.java83 when(mWifiHotspotRepository.is6GHzBandSupported()).thenReturn(true); in setUp()
109 when(mWifiHotspotRepository.is6GHzBandSupported()).thenReturn(false); in constructor_notSupported6GHzBand_set6gVisible()
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiHotspotSpeedViewModel.java76 mSpeedInfo6g.mIsVisible = mWifiHotspotRepository.is6GHzBandSupported(); in WifiHotspotSpeedViewModel()
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl201 boolean is6GHzBandSupported(); in is6GHzBandSupported() method
DBaseWifiService.java365 public boolean is6GHzBandSupported() { in is6GHzBandSupported() method in BaseWifiService
DWifiManager.java4274 public boolean is6GHzBandSupported() { in is6GHzBandSupported() method in WifiManager
4276 return mService.is6GHzBandSupported(); in is6GHzBandSupported()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java2948 when(mWifiService.is6GHzBandSupported()).thenReturn(true); in testIs6GHzBandSupported()
2949 assertTrue(mWifiManager.is6GHzBandSupported()); in testIs6GHzBandSupported()
2950 verify(mWifiService).is6GHzBandSupported(); in testIs6GHzBandSupported()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java750 && !mWifiService.is6GHzBandSupported()) in onCommand()
DWifiServiceImpl.java5049 public boolean is6GHzBandSupported() {
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java2480 assertTrue(mWifiServiceImpl.is6GHzBandSupported()); in testIsWifiBandSupported6gWithOverride()
2536 assertFalse(mWifiServiceImpl.is6GHzBandSupported()); in testIsWifiBandSupported6gNoOverrideNoChannels()
2548 assertTrue(mWifiServiceImpl.is6GHzBandSupported()); in testIsWifiBandSupported6gNoOverrideWithChannels()
/packages/modules/Wifi/framework/api/
Dcurrent.txt478 method public boolean is6GHzBandSupported();