Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/
DTetherEnabler.java128 boolean mBluetoothTetheringStoppedByUser; field in TetherEnabler
191 mBluetoothTetheringStoppedByUser = false; in onStop()
257 if (!mBluetoothTetheringStoppedByUser) { in getTetheringState()
306 mBluetoothTetheringStoppedByUser = true; in stopTethering()
314 mBluetoothTetheringStoppedByUser = false; in startTethering()
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DTetherEnablerTest.java139 mEnabler.mBluetoothTetheringStoppedByUser = true; in lifecycle_onStop_resetBluetoothTetheringStoppedByUser()
142 assertThat(mEnabler.mBluetoothTetheringStoppedByUser).isFalse(); in lifecycle_onStop_resetBluetoothTetheringStoppedByUser()
234 assertThat(mEnabler.mBluetoothTetheringStoppedByUser).isTrue(); in stopTethering_setBluetoothTetheringStoppedByUserAndUpdateState()