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.java1155 private State mStopTetheringErrorState; field in Tethering.TetherMasterSM
1183 mStopTetheringErrorState = new StopTetheringErrorState(); in TetherMasterSM()
1184 addState(mStopTetheringErrorState); in TetherMasterSM()
1269 transitionTo(mStopTetheringErrorState); in turnOffMasterTetherSettings()