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.java215 mService.setBluetoothTethering(mPanCallback, mId, false, mAttributionSource); in release()
505 public void setBluetoothTethering(boolean value) { in setBluetoothTethering() method in BluetoothPan
514 service.setBluetoothTethering(null, 0, value, mAttributionSource); in setBluetoothTethering()
572 service.setBluetoothTethering( in requestTetheredInterface()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/
DPanServiceBinder.java119 public void setBluetoothTethering( in setBluetoothTethering() method in PanServiceBinder
136 service.setBluetoothTethering(callback, id, source.getUid(), value); in setBluetoothTethering()
DPanService.java299 void setBluetoothTethering( in setBluetoothTethering() method in PanService
/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/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java786 result = setBluetoothTethering(enable, listener); in enableTetheringInternal()
878 private int setBluetoothTethering(final boolean enable, final IIntResultListener listener) { in setBluetoothTethering() method in Tethering
990 bluetoothPan.setBluetoothTethering(enable); in changeBluetoothTetheringSettingsPreT()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java4238 verify(mBluetoothPan).setBluetoothTethering(enable); in verifySetBluetoothTethering()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt873 …ILEGED, android.Manifest.permission.TETHER_PRIVILEGED}) public void setBluetoothTethering(boolean);