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

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java267 public void setBluetoothTethering(boolean value) { method in class:PanService.BluetoothPanBinder
270 Log.d(TAG, "setBluetoothTethering: " + value +", mTetherOn: " + service.mTetherOn);
271 service.setBluetoothTethering(value);
326 void setBluetoothTethering(boolean value) { method in class:PanService
327 if(DBG) Log.d(TAG, "setBluetoothTethering: " + value +", mTetherOn: " + mTetherOn);
/packages/apps/Settings/src/com/android/settings/
H A DTetherSettings.java244 bluetoothPan.setBluetoothTethering(true);
490 if (bluetoothPan != null) bluetoothPan.setBluetoothTethering(true);
543 if (bluetoothPan != null) bluetoothPan.setBluetoothTethering(false);

Completed in 550 milliseconds