Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetoothPan.aidl29 void setBluetoothTethering(boolean value); in setBluetoothTethering() method
DBluetoothPan.java343 public void setBluetoothTethering(boolean value) { in setBluetoothTethering() method in BluetoothPan
348 mPanService.setBluetoothTethering(value); in setBluetoothTethering()
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java439 setBluetoothTethering(enable, receiver); in enableTetheringInternal()
453 private void setBluetoothTethering(final boolean enable, final ResultReceiver receiver) { in setBluetoothTethering() method in Tethering
468 ((BluetoothPan) proxy).setBluetoothTethering(enable); in setBluetoothTethering()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java712 mPan.setBluetoothTethering(true); in enablePan()
730 mPan.setBluetoothTethering(false); in disablePan()