Searched refs:setBluetoothTethering (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothPan.java | 208 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/ |
D | IBluetoothPan.aidl | 33 …void setBluetoothTethering(IBluetoothPanCallback callback, int id, boolean value, in AttributionSo… in setBluetoothTethering() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/ |
D | PanService.java | 371 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/ |
D | Tethering.java | 714 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/ |
D | TetheringTest.java | 3422 verify(mBluetoothPan).setBluetoothTethering(enable); in verifySetBluetoothTethering()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 2240 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->setBluetoothTethering(Z)V 2257 Landroid/bluetooth/IBluetoothPan;->setBluetoothTethering(Z)V
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 801 …ILEGED, android.Manifest.permission.TETHER_PRIVILEGED}) public void setBluetoothTethering(boolean);
|