Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTethering.java1517 private final State mStartTetheringErrorState; field in Tethering.TetherMainSM
1547 mStartTetheringErrorState = new StartTetheringErrorState(); in TetherMainSM()
1555 addState(mStartTetheringErrorState); in TetherMainSM()
1626 transitionTo(mStartTetheringErrorState); in turnOnMainTetherSettings()