Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java267 mDevice.setPairingConfirmation(true); in notifyDialogDisplayed()
380 mDevice.setPairingConfirmation(true); in onPair()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothPairingDialog.java312 mDevice.setPairingConfirmation(true); in onPair()
470 mDevice.setPairingConfirmation(true); in onCreateView()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1158 public boolean setPairingConfirmation(BluetoothDevice device, boolean accept) { in setPairingConfirmation() method in AdapterService.AdapterServiceBinder
1166 return service.setPairingConfirmation(device, accept); in setPairingConfirmation()
1716 boolean setPairingConfirmation(BluetoothDevice device, boolean accept) { in setPairingConfirmation() method in AdapterService