Searched refs:setPairingConfirmation (Results 1 – 5 of 5) sorted by relevance
270 mDevice.setPairingConfirmation(true); in notifyDialogDisplayed()384 mDevice.setPairingConfirmation(true); in onPair()
295 mDevice.setPairingConfirmation(true); in notifyDialogDisplayed()408 mDevice.setPairingConfirmation(true); in onPair()
322 mDevice.setPairingConfirmation(true); in onPair()485 mDevice.setPairingConfirmation(true); in onCreateView()
1364 public boolean setPairingConfirmation(BluetoothDevice device, boolean accept) { in setPairingConfirmation() method in AdapterService.AdapterServiceBinder1374 return service.setPairingConfirmation(device, accept); in setPairingConfirmation()2274 boolean setPairingConfirmation(BluetoothDevice device, boolean accept) { in setPairingConfirmation() method in AdapterService