Searched refs:cancelPairingUserInput (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java859 public boolean cancelPairingUserInput() { method in class:BluetoothDevice
861 return sService.cancelPairingUserInput(mAddress);
H A DIBluetooth.aidl81 boolean cancelPairingUserInput(in String address);
/frameworks/base/core/java/android/server/
H A DBluetoothEventLoop.java538 mBluetoothService.cancelPairingUserInput(address);
H A DBluetoothService.java1419 public synchronized boolean cancelPairingUserInput(String address) { method in class:BluetoothService

Completed in 101 milliseconds