Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/repository/
DWifiHotspotRepository.java101 protected Boolean mIs5gBandSupported; field in WifiHotspotRepository
387 if (mIs5gBandSupported == null) { in is5GHzBandSupported()
388 mIs5gBandSupported = mWifiManager.is5GHzBandSupported(); in is5GHzBandSupported()
389 log("is5GHzBandSupported():" + mIs5gBandSupported); in is5GHzBandSupported()
391 return mIs5gBandSupported; in is5GHzBandSupported()
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/repository/
DWifiHotspotRepositoryTest.java552 mRepository.mIs5gBandSupported = null; in is5GHzBandSupported_resultSameAsWifiManager()
558 mRepository.mIs5gBandSupported = null; in is5GHzBandSupported_resultSameAsWifiManager()
566 mRepository.mIs5gBandSupported = true; in is5gAvailable_hasUsableChannels_returnTrue()
575 mRepository.mIs5gBandSupported = true; in is5gAvailable_noUsableChannels_returnFalse()
647 mRepository.mIs5gBandSupported = false; in isSpeedFeatureAvailable_5gBandNotSupported_returnFalse()
655 mRepository.mIs5gBandSupported = true; in isSpeedFeatureAvailable_conditionsAreReady_returnTrue()