Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingRequest.java59 + " canBondWithoutDialog=" + device.canBondWithoutDialog() in onReceive()
69 && (device.canBondWithoutDialog() in onReceive()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl260 boolean canBondWithoutDialog(in BluetoothDevice device, in AttributionSource attributionSource); in canBondWithoutDialog() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2209 public boolean canBondWithoutDialog() { in canBondWithoutDialog() method in BluetoothDevice
2217 return service.canBondWithoutDialog(this, mAttributionSource); in canBondWithoutDialog()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterServiceBinder.java653 public boolean canBondWithoutDialog(BluetoothDevice device, AttributionSource source) { in canBondWithoutDialog() method in AdapterServiceBinder
662 return service.canBondWithoutDialog(device); in canBondWithoutDialog()
DAdapterService.java3162 public boolean canBondWithoutDialog(BluetoothDevice device) { in canBondWithoutDialog() method in AdapterService
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt246 …_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean canBondWithoutDialog();