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/
IBluetooth.aidl 65 boolean setPairingConfirmation(in String address, boolean confirm);
BluetoothDevice.java 660 public boolean setPairingConfirmation(boolean confirm) {
662 return sService.setPairingConfirmation(mAddress, confirm);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 220 mDevice.setPairingConfirmation(true);
250 mDevice.setPairingConfirmation(true);
252 mDevice.setPairingConfirmation(true);
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 77 mBluetoothService.setPairingConfirmation(address, true);
BluetoothService.java     [all...]
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 307 mDevice.setPairingConfirmation(true);
    [all...]

Completed in 35 milliseconds