Searched refs:mBluetoothTetheringStoppedByUser (Results 1 – 2 of 2) sorted by relevance
128 boolean mBluetoothTetheringStoppedByUser; field in TetherEnabler191 mBluetoothTetheringStoppedByUser = false; in onStop()257 if (!mBluetoothTetheringStoppedByUser) { in getTetheringState()306 mBluetoothTetheringStoppedByUser = true; in stopTethering()314 mBluetoothTetheringStoppedByUser = false; in startTethering()
139 mEnabler.mBluetoothTetheringStoppedByUser = true; in lifecycle_onStop_resetBluetoothTetheringStoppedByUser()142 assertThat(mEnabler.mBluetoothTetheringStoppedByUser).isFalse(); in lifecycle_onStop_resetBluetoothTetheringStoppedByUser()234 assertThat(mEnabler.mBluetoothTetheringStoppedByUser).isTrue(); in stopTethering_setBluetoothTetheringStoppedByUserAndUpdateState()