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

  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 67 boolean cancelPairingUserInput(in String address);
BluetoothDevice.java 703 public boolean cancelPairingUserInput() {
705 return sService.cancelPairingUserInput(mAddress);
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 263 mDevice.cancelPairingUserInput();
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 378 mBluetoothService.cancelPairingUserInput(address);
BluetoothService.java     [all...]

Completed in 100 milliseconds