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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPan.java272 public void setBluetoothTethering(boolean value) { method in class:BluetoothPan
273 if (DBG) log("setBluetoothTethering(" + value + ")");
275 mService.setBluetoothTethering(value);
H A DIBluetooth.aidl105 void setBluetoothTethering(boolean value);
/frameworks/base/core/java/android/server/
H A DBluetoothPanProfileHandler.java98 void setBluetoothTethering(boolean value) { method in class:BluetoothPanProfileHandler
H A DBluetoothService.java2045 public void setBluetoothTethering(boolean value) { method in class:BluetoothService
2048 mBluetoothPanProfileHandler.setBluetoothTethering(value);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java710 mPan.setBluetoothTethering(true);
728 mPan.setBluetoothTethering(false);

Completed in 108 milliseconds