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

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

Completed in 44 milliseconds