Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java1070 private final State mStopTetheringErrorState; field in Tethering.TetherMasterSM
1099 mStopTetheringErrorState = new StopTetheringErrorState(); in TetherMasterSM()
1107 addState(mStopTetheringErrorState); in TetherMasterSM()
1181 transitionTo(mStopTetheringErrorState); in turnOffMasterTetherSettings()