Searched refs:mTetheredSoftApState (Results 1 – 1 of 1) sorted by relevance
1042 private int mTetheredSoftApState = WIFI_AP_STATE_DISABLED; field in WifiServiceImpl.TetheredSoftApTracker1050 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()