Searched refs:mStartTetheringErrorState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java1146 private State mStartTetheringErrorState; field in class:Tethering.TetherMasterSM
1173 mStartTetheringErrorState = new StartTetheringErrorState();
1174 addState(mStartTetheringErrorState);
1258 transitionTo(mStartTetheringErrorState);

Completed in 44 milliseconds