Searched defs:mWifiApState (Results 1 - 1 of 1) sorted by path

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java820 private final AtomicInteger mWifiApState = new AtomicInteger(WIFI_AP_STATE_DISABLED); field in class:WifiStateMachine
2007 return mWifiApState.get();
2014 switch (mWifiApState.get()) {
3239 final int previousWifiApState = mWifiApState.get();
3252 mWifiApState.set(wifiApState);

Completed in 42 milliseconds