Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java317 public void setBluetoothTethering(boolean value, String pkgName, String attributionTag) { in setBluetoothTethering() method in PanService.BluetoothPanBinder
324 service.setBluetoothTethering(value, pkgName, attributionTag); in setBluetoothTethering()
400 void setBluetoothTethering(boolean value, final String pkgName, in setBluetoothTethering() method in PanService
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/tether/
DTetherService.java265 ((BluetoothPan) proxy).setBluetoothTethering(false); in disableBtTethering()