Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherPreferenceController.java59 private int mSoftApState; field in WifiTetherPreferenceController
165 mSoftApState = state; in initWifiTetherSoftApManager()
172 && mSoftApState == WifiManager.WIFI_AP_STATE_ENABLED) { in initWifiTetherSoftApManager()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2075 private SoftApState mSoftApState = field in WifiServiceImpl.BaseSoftApTracker
2089 return mSoftApState; in getState()
2095 mSoftApState = softApState; in setState()
2101 int state = mSoftApState.getState(); in setEnablingIfAllowed()
2106 mSoftApState = new SoftApState( in setEnablingIfAllowed()
2114 int state = mSoftApState.getState(); in setFailedWhileEnabling()
2116 mSoftApState = new SoftApState( in setFailedWhileEnabling()