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

/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java1137 private State mStopTetheringErrorState; field in class:Tethering.TetherMasterSM
1165 mStopTetheringErrorState = new StopTetheringErrorState();
1166 addState(mStopTetheringErrorState);
1264 transitionTo(mStopTetheringErrorState);

Completed in 354 milliseconds