Searched refs:mTetheredSoftApState (Results 1 – 1 of 1) sorted by relevance
1294 private int mTetheredSoftApState = WIFI_AP_STATE_DISABLED; field in WifiServiceImpl.TetheredSoftApTracker1309 return mTetheredSoftApState; in getState()1315 if (mTetheredSoftApState != WIFI_AP_STATE_DISABLED in setEnablingIfAllowed()1316 && mTetheredSoftApState != WIFI_AP_STATE_FAILED) { in setEnablingIfAllowed()1319 mTetheredSoftApState = WIFI_AP_STATE_ENABLING; in setEnablingIfAllowed()1326 if (mTetheredSoftApState == WIFI_AP_STATE_ENABLING) { in setFailedWhileEnabling()1327 mTetheredSoftApState = WIFI_AP_STATE_FAILED; in setFailedWhileEnabling()1462 mTetheredSoftApState = state; in onStateChanged()