Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java927 private State mSoftApStartingState = new SoftApStartingState(); field in WifiStateMachine
1250 addState(mSoftApStartingState, mDefaultState); in WifiStateMachine()
5714 transitionTo(mSoftApStartingState); in processMessage()