Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java1681 private final State mStartTetheringErrorState; field in Tethering.TetherMainSM
1715 mStartTetheringErrorState = new StartTetheringErrorState(); in TetherMainSM()
1723 addState(mStartTetheringErrorState); in TetherMainSM()
1794 transitionTo(mStartTetheringErrorState); in turnOnMainTetherSettings()