Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
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
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
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()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java2614 verify(mBluetoothPan).setBluetoothTethering(enable); in verifySetBluetoothTethering()