Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTetherSettings.java94 private boolean mBluetoothEnableForTether; field in TetherSettings
227 if (mBluetoothEnableForTether) { in onReceive()
232 mBluetoothEnableForTether = false; in onReceive()
237 mBluetoothEnableForTether = false; in onReceive()
380 mBluetoothEnableForTether = true; in startTethering()
/packages/apps/Settings/src/com/android/settings/network/
DTetherEnabler.java122 private boolean mBluetoothEnableForTether; field in TetherEnabler
302 mBluetoothEnableForTether = true; in startTethering()
334 if (mBluetoothEnableForTether) { in handleBluetoothStateChanged()
341 mBluetoothEnableForTether = false; in handleBluetoothStateChanged()
/packages/apps/Settings/src/com/android/settings/
DTetherSettings.java111 private boolean mBluetoothEnableForTether; field in TetherSettings
266 if (mBluetoothEnableForTether) { in onReceive()
271 mBluetoothEnableForTether = false; in onReceive()
276 mBluetoothEnableForTether = false; in onReceive()
456 mBluetoothEnableForTether = true; in startTethering()