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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java768 private State mSoftApStartedState = new SoftApStartedState(); field in class:WifiStateMachine
1053 addState(mSoftApStartedState, mDefaultState);
1054 addState(mTetheringState, mSoftApStartedState);
1055 addState(mTetheredState, mSoftApStartedState);
1056 addState(mUntetheringState, mSoftApStartedState);
8234 transitionTo(mSoftApStartedState);
8306 transitionTo(mSoftApStartedState);
8379 transitionTo(mSoftApStartedState);
8384 transitionTo(mSoftApStartedState);

Completed in 40 milliseconds