Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothPan.java289 public void setBluetoothTethering(boolean value) { in setBluetoothTethering() method in BluetoothPan
294 service.setBluetoothTethering(value); in setBluetoothTethering()
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java410 setBluetoothTethering(enable, receiver); in enableTetheringInternal()
446 private void setBluetoothTethering(final boolean enable, final ResultReceiver receiver) { in setBluetoothTethering() method in Tethering
461 ((BluetoothPan) proxy).setBluetoothTethering(enable); in setBluetoothTethering()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java700 mPan.setBluetoothTethering(true); in enablePan()
718 mPan.setBluetoothTethering(false); in disablePan()