Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTetherSettings.java363 BluetoothPan bluetoothPan = mBluetoothPan.get(); in updateBluetoothState() local
364 if (btState == BluetoothAdapter.STATE_ON && bluetoothPan != null in updateBluetoothState()
365 && bluetoothPan.isTetheringOn()) { in updateBluetoothState()
/packages/apps/Settings/src/com/android/settings/
DTetherSettings.java414 BluetoothPan bluetoothPan = mBluetoothPan.get(); in updateBluetoothState() local
415 if (btState == BluetoothAdapter.STATE_ON && bluetoothPan != null in updateBluetoothState()
416 && bluetoothPan.isTetheringOn()) { in updateBluetoothState()
/packages/apps/Settings/src/com/android/settings/network/
DTetherEnabler.java126 AtomicReference<BluetoothPan> bluetoothPan) { in TetherEnabler() argument
136 mBluetoothPan = bluetoothPan; in TetherEnabler()