Searched refs:mSoftApStartedState (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java498 private State mSoftApStartedState = new SoftApStartedState(); field in class:WifiStateMachine
716 addState(mSoftApStartedState, mDefaultState);
717 addState(mTetheringState, mSoftApStartedState);
718 addState(mTetheredState, mSoftApStartedState);
3854 transitionTo(mSoftApStartedState);

Completed in 248 milliseconds