Home
last modified time | relevance | path

Searched refs:setPairingConfirmation (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java855 public boolean setPairingConfirmation(boolean confirm) { in setPairingConfirmation() method in BluetoothDevice
857 return sService.setPairingConfirmation(mAddress, confirm); in setPairingConfirmation()
DIBluetooth.aidl80 boolean setPairingConfirmation(in String address, boolean confirm); in setPairingConfirmation() method
/frameworks/base/core/java/android/server/
DBluetoothEventLoop.java81 mBluetoothService.setPairingConfirmation(address, true);
DBluetoothService.java1422 public synchronized boolean setPairingConfirmation(String address, boolean confirm) { in setPairingConfirmation() method in BluetoothService
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java179 mDevice.setPairingConfirmation(true); in onReceive()