Home
last modified time | relevance | path

Searched refs:mIs6gBandSupported (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/repository/
DWifiHotspotRepository.java104 protected Boolean mIs6gBandSupported; field in WifiHotspotRepository
429 if (mIs6gBandSupported == null) { in is6GHzBandSupported()
430 mIs6gBandSupported = mWifiManager.is6GHzBandSupported(); in is6GHzBandSupported()
431 log("is6GHzBandSupported():" + mIs6gBandSupported); in is6GHzBandSupported()
433 return mIs6gBandSupported; in is6GHzBandSupported()
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/repository/
DWifiHotspotRepositoryTest.java596 mRepository.mIs6gBandSupported = null; in is6GHzBandSupported_resultSameAsWifiManager()
602 mRepository.mIs6gBandSupported = null; in is6GHzBandSupported_resultSameAsWifiManager()
610 mRepository.mIs6gBandSupported = true; in is6gAvailable_hasUsableChannels_returnTrue()
619 mRepository.mIs6gBandSupported = true; in is6gAvailable_noUsableChannels_returnFalse()