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

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java1073 private State mStopTetheringErrorState; field in class:Tethering.TetherMasterSM
1102 mStopTetheringErrorState = new StopTetheringErrorState();
1110 addState(mStopTetheringErrorState);
1188 transitionTo(mStopTetheringErrorState);

Completed in 68 milliseconds