Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java1682 private final State mStopTetheringErrorState; field in Tethering.TetherMainSM
1716 mStopTetheringErrorState = new StopTetheringErrorState(); in TetherMainSM()
1724 addState(mStopTetheringErrorState); in TetherMainSM()
1807 transitionTo(mStopTetheringErrorState); in turnOffMainTetherSettings()