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

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

Completed in 35 milliseconds