Searched defs:setBluetoothTethering (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPan.java272 public void setBluetoothTethering(boolean value) { method in class:BluetoothPan
273 if (DBG) log("setBluetoothTethering(" + value + ")");
275 mService.setBluetoothTethering(value);
/frameworks/base/core/java/android/server/
H A DBluetoothPanProfileHandler.java98 void setBluetoothTethering(boolean value) { method in class:BluetoothPanProfileHandler
H A DBluetoothService.java2045 public void setBluetoothTethering(boolean value) { method in class:BluetoothService
2048 mBluetoothPanProfileHandler.setBluetoothTethering(value);

Completed in 195 milliseconds