Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1042 private int mTetheredSoftApState = WIFI_AP_STATE_DISABLED; field in WifiServiceImpl.TetheredSoftApTracker
1050 return mTetheredSoftApState; in getState()
1056 if (mTetheredSoftApState != WIFI_AP_STATE_DISABLED in setEnablingIfAllowed()
1057 && mTetheredSoftApState != WIFI_AP_STATE_FAILED) { in setEnablingIfAllowed()
1060 mTetheredSoftApState = WIFI_AP_STATE_ENABLING; in setEnablingIfAllowed()
1067 if (mTetheredSoftApState == WIFI_AP_STATE_ENABLING) { in setFailedWhileEnabling()
1068 mTetheredSoftApState = WIFI_AP_STATE_FAILED; in setFailedWhileEnabling()
1143 mTetheredSoftApState = state; in onStateChanged()