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

/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java1147 private State mStopTetheringErrorState; field in class:Tethering.TetherMasterSM
1175 mStopTetheringErrorState = new StopTetheringErrorState();
1176 addState(mStopTetheringErrorState);
1274 transitionTo(mStopTetheringErrorState);

Completed in 863 milliseconds