Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/repository/
DWifiHotspotRepository.java110 Boolean mIsConfigShowSpeed; field in WifiHotspotRepository
496 if (mIsConfigShowSpeed == null) { in isConfigShowSpeed()
497 mIsConfigShowSpeed = mAppContext.getResources() in isConfigShowSpeed()
499 log("isConfigShowSpeed():" + mIsConfigShowSpeed); in isConfigShowSpeed()
501 return mIsConfigShowSpeed; in isConfigShowSpeed()
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/repository/
DWifiHotspotRepositoryTest.java639 mRepository.mIsConfigShowSpeed = false; in isSpeedFeatureAvailable_configNotShow_returnFalse()
646 mRepository.mIsConfigShowSpeed = true; in isSpeedFeatureAvailable_5gBandNotSupported_returnFalse()
654 mRepository.mIsConfigShowSpeed = true; in isSpeedFeatureAvailable_conditionsAreReady_returnTrue()