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.java115 boolean mBluetoothTetheringStoppedByUser; field in TetherEnabler
170 mBluetoothTetheringStoppedByUser = false; in onStop()
233 if (!mBluetoothTetheringStoppedByUser) { in getTetheringState()
282 mBluetoothTetheringStoppedByUser = true; in stopTethering()
290 mBluetoothTetheringStoppedByUser = false; in startTethering()
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DTetherEnablerTest.java141 mEnabler.mBluetoothTetheringStoppedByUser = true; in lifecycle_onStop_resetBluetoothTetheringStoppedByUser()
144 assertThat(mEnabler.mBluetoothTetheringStoppedByUser).isFalse(); in lifecycle_onStop_resetBluetoothTetheringStoppedByUser()
233 assertThat(mEnabler.mBluetoothTetheringStoppedByUser).isTrue(); in stopTethering_setBluetoothTetheringStoppedByUserAndUpdateState()