HomeSort by relevance Sort by last modified time
    Searched refs:mSoftApState (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/wifi/tether/
WifiTetherPreferenceController.java 53 private int mSoftApState;
131 mSoftApState = state;
138 && mSoftApState == WifiManager.WIFI_AP_STATE_ENABLED) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java 214 // TODO: (b/71714381) Remove mWifiApState and broadcast mechanism, keep mSoftApState as the only
215 // field to store soft AP state. Then rename mSoftApState and mSoftApNumClients to
218 private int mSoftApState = WifiManager.WIFI_AP_STATE_DISABLED;
    [all...]

Completed in 177 milliseconds