Home
last modified time | relevance | path

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

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothPan.aidl32 void setBluetoothTethering(boolean value, in AttributionSource attributionSource); in setBluetoothTethering() method
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPan.java439 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 DPanService.java316 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 DBluetoothTestUtils.java743 mPan.setBluetoothTethering(true); in enablePan()
761 mPan.setBluetoothTethering(false); in disablePan()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTethering.java643 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 DTetheringTest.java2614 verify(mBluetoothPan).setBluetoothTethering(enable); in verifySetBluetoothTethering()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt2063 …ILEGED, android.Manifest.permission.TETHER_PRIVILEGED}) public void setBluetoothTethering(boolean);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt12047 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->setBluetoothTethering(Z)V
12064 Landroid/bluetooth/IBluetoothPan;->setBluetoothTethering(Z)V