Searched refs:setBluetoothTethering (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothPan.aidl | 32 void setBluetoothTethering(boolean value, in AttributionSource attributionSource); in setBluetoothTethering() method
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothPan.java | 439 public void setBluetoothTethering(boolean value) { in setBluetoothTethering() method in BluetoothPan 445 service.setBluetoothTethering(value, mAttributionSource); in setBluetoothTethering()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
H A D | PanService.java | 316 public void setBluetoothTethering(boolean value, AttributionSource source) { in setBluetoothTethering() method in PanService.BluetoothPanBinder 323 service.setBluetoothTethering(value, source.getPackageName(), in setBluetoothTethering() 388 void setBluetoothTethering(boolean value, final String pkgName, in setBluetoothTethering() method in PanService
|
/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
H A D | BluetoothTestUtils.java | 743 mPan.setBluetoothTethering(true); in enablePan() 761 mPan.setBluetoothTethering(false); in disablePan()
|
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
H A D | Tethering.java | 643 setBluetoothTethering(enable, listener); in enableTetheringInternal() 695 private void setBluetoothTethering(final boolean enable, final IIntResultListener listener) { in setBluetoothTethering() method in Tethering 720 ((BluetoothPan) proxy).setBluetoothTethering(enable); in setBluetoothTethering()
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | TetheringTest.java | 2614 verify(mBluetoothPan).setBluetoothTethering(enable); in verifySetBluetoothTethering()
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 2063 …ILEGED, android.Manifest.permission.TETHER_PRIVILEGED}) public void setBluetoothTethering(boolean);
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 12047 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->setBluetoothTethering(Z)V 12064 Landroid/bluetooth/IBluetoothPan;->setBluetoothTethering(Z)V
|