Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothPan.java208 mService.setBluetoothTethering(mPanCallback, mId, false, mAttributionSource); in release()
495 public void setBluetoothTethering(boolean value) { in setBluetoothTethering() method in BluetoothPan
504 service.setBluetoothTethering(null, 0, value, mAttributionSource); in setBluetoothTethering()
560 service.setBluetoothTethering( in requestTetheredInterface()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothPan.aidl33 …void setBluetoothTethering(IBluetoothPanCallback callback, int id, boolean value, in AttributionSo… in setBluetoothTethering() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/
DPanService.java371 public void setBluetoothTethering( in setBluetoothTethering() method in PanService.BluetoothPanBinder
384 service.setBluetoothTethering(callback, id, source.getUid(), value); in setBluetoothTethering()
451 void setBluetoothTethering( in setBluetoothTethering() method in PanService
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java714 setBluetoothTethering(enable, listener); in enableTetheringInternal()
769 private void setBluetoothTethering(final boolean enable, final IIntResultListener listener) { in setBluetoothTethering() method in Tethering
865 bluetoothPan.setBluetoothTethering(enable); in changeBluetoothTetheringSettingsPreT()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java3422 verify(mBluetoothPan).setBluetoothTethering(enable); in verifySetBluetoothTethering()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2240 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->setBluetoothTethering(Z)V
2257 Landroid/bluetooth/IBluetoothPan;->setBluetoothTethering(Z)V
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt801 …ILEGED, android.Manifest.permission.TETHER_PRIVILEGED}) public void setBluetoothTethering(boolean);