Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java238 public void setBluetoothTethering(boolean value) { in setBluetoothTethering() method in PanService.BluetoothPanBinder
242 service.setBluetoothTethering(value); in setBluetoothTethering()
297 void setBluetoothTethering(boolean value) { in setBluetoothTethering() method in PanService
/packages/apps/Settings/src/com/android/settings/
DTetherService.java220 ((BluetoothPan) proxy).setBluetoothTethering(false); in disableBtTethering()