Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/network/
H A DTetherEnabler.java122 private boolean mBluetoothEnableForTether; field in TetherEnabler
302 mBluetoothEnableForTether = true; in startTethering()
334 if (mBluetoothEnableForTether) { in handleBluetoothStateChanged()
341 mBluetoothEnableForTether = false; in handleBluetoothStateChanged()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DTetherSettings.java116 private boolean mBluetoothEnableForTether; field in TetherSettings
288 if (mBluetoothEnableForTether) { in onReceive()
293 mBluetoothEnableForTether = false; in onReceive()
298 mBluetoothEnableForTether = false; in onReceive()
516 mBluetoothEnableForTether = true; in startTethering()