Home
last modified time | relevance | path

Searched refs:canBondWithoutDialog (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingRequest.java52 && device.canBondWithoutDialog()) { in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1702 public boolean canBondWithoutDialog(BluetoothDevice device, AttributionSource source) { in canBondWithoutDialog() method in AdapterService.AdapterServiceBinder
1712 return service.canBondWithoutDialog(device); in canBondWithoutDialog()
2784 public boolean canBondWithoutDialog(BluetoothDevice device) { in canBondWithoutDialog() method in AdapterService