Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothPan.java268 public void setBluetoothTethering(boolean value) { in setBluetoothTethering() method in BluetoothPan
271 mService.setBluetoothTethering(value); in setBluetoothTethering()
DIBluetooth.aidl105 void setBluetoothTethering(boolean value); in setBluetoothTethering() method
/frameworks/base/core/java/android/server/
DBluetoothPanProfileHandler.java98 void setBluetoothTethering(boolean value) { in setBluetoothTethering() method in BluetoothPanProfileHandler
DBluetoothService.java2026 public void setBluetoothTethering(boolean value) { in setBluetoothTethering() method in BluetoothService
2029 mBluetoothPanProfileHandler.setBluetoothTethering(value); in setBluetoothTethering()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java710 mPan.setBluetoothTethering(true); in enablePan()
728 mPan.setBluetoothTethering(false); in disablePan()