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

  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 272 public void setBluetoothTethering(boolean value) {
273 if (DBG) log("setBluetoothTethering(" + value + ")");
275 mService.setBluetoothTethering(value);
IBluetooth.aidl 106 void setBluetoothTethering(boolean value);
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 237 mBluetoothPan.setBluetoothTethering(true);
480 mBluetoothPan.setBluetoothTethering(true);
532 mBluetoothPan.setBluetoothTethering(false);
  /frameworks/base/core/java/android/server/
BluetoothPanProfileHandler.java 98 void setBluetoothTethering(boolean value) {
BluetoothService.java     [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 710 mPan.setBluetoothTethering(true);
728 mPan.setBluetoothTethering(false);
    [all...]

Completed in 197 milliseconds