Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTethering.java1407 private final State mStopTetheringErrorState; field in Tethering.TetherMainSM
1436 mStopTetheringErrorState = new StopTetheringErrorState(); in TetherMainSM()
1444 addState(mStopTetheringErrorState); in TetherMainSM()
1518 transitionTo(mStopTetheringErrorState); in turnOffMainTetherSettings()