HomeSort by relevance Sort by last modified time
    Searched refs:setBluetoothTethering (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/bluetooth/
IBluetoothPan.aidl 29 void setBluetoothTethering(boolean value);
BluetoothPan.java 334 public void setBluetoothTethering(boolean value) {
335 if (DBG) log("setBluetoothTethering(" + value + ")");
337 mPanService.setBluetoothTethering(value);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 245 public void setBluetoothTethering(boolean value) {
248 Log.d(TAG, "setBluetoothTethering: " + value +", mTetherOn: " + service.mTetherOn);
249 service.setBluetoothTethering(value);
303 void setBluetoothTethering(boolean value) {
304 if(DBG) Log.d(TAG, "setBluetoothTethering: " + value +", mTetherOn: " + mTetherOn);
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 268 bluetoothPan.setBluetoothTethering(true);
551 if (bluetoothPan != null) bluetoothPan.setBluetoothTethering(true);
604 if (bluetoothPan != null) bluetoothPan.setBluetoothTethering(false);
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 711 mPan.setBluetoothTethering(true);
729 mPan.setBluetoothTethering(false);
    [all...]

Completed in 214 milliseconds