Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/
DTetherEnabler.java135 private boolean mBluetoothEnableForTether; field in TetherEnabler
326 mBluetoothEnableForTether = true; in startTethering()
358 if (mBluetoothEnableForTether) { in handleBluetoothStateChanged()
365 mBluetoothEnableForTether = false; in handleBluetoothStateChanged()
/packages/apps/Settings/src/com/android/settings/network/tether/
DTetherSettings.java123 private boolean mBluetoothEnableForTether; field in TetherSettings
336 if (mBluetoothEnableForTether) { in onReceive()
341 mBluetoothEnableForTether = false; in onReceive()
346 mBluetoothEnableForTether = false; in onReceive()
566 mBluetoothEnableForTether = true; in startTethering()