Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/repository/
DWifiHotspotRepository.java118 int mWifiApState = WIFI_AP_STATE_DISABLED; field in WifiHotspotRepository
592 if (mWifiApState != WIFI_AP_STATE_ENABLED) { in restartTetheringIfNeeded()
637 mWifiApState = state; in onStateChanged()
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/repository/
DWifiHotspotRepositoryTest.java701 mRepository.mWifiApState = WIFI_AP_STATE_DISABLED; in restartTetheringIfNeeded_stateDisabled_doNotStopTethering()
710 mRepository.mWifiApState = WIFI_AP_STATE_ENABLED; in restartTetheringIfNeeded_stateEnabled_stopTethering()