Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java929 private State mSoftApStartedState = new SoftApStartedState(); field in WifiStateMachine
1251 addState(mSoftApStartedState, mDefaultState); in WifiStateMachine()
1252 addState(mTetheringState, mSoftApStartedState); in WifiStateMachine()
1253 addState(mTetheredState, mSoftApStartedState); in WifiStateMachine()
1254 addState(mUntetheringState, mSoftApStartedState); in WifiStateMachine()
9460 transitionTo(mSoftApStartedState); in processMessage()
9532 transitionTo(mSoftApStartedState); in processMessage()
9605 transitionTo(mSoftApStartedState); in processMessage()
9610 transitionTo(mSoftApStartedState); in processMessage()