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

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java1182 private final State mStartTetheringErrorState; field in class:Tethering.TetherMasterSM
1211 mStartTetheringErrorState = new StartTetheringErrorState();
1219 addState(mStartTetheringErrorState);
1275 transitionTo(mStartTetheringErrorState);

Completed in 35 milliseconds