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

  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 855 public boolean setPairingConfirmation(boolean confirm) {
857 return sService.setPairingConfirmation(mAddress, confirm);
    [all...]
IBluetooth.aidl 80 boolean setPairingConfirmation(in String address, boolean confirm);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 287 mDevice.setPairingConfirmation(true);
323 mDevice.setPairingConfirmation(true);
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 81 mBluetoothService.setPairingConfirmation(address, true);
    [all...]
BluetoothService.java     [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 179 mDevice.setPairingConfirmation(true);
    [all...]

Completed in 351 milliseconds