Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/server/
DBluetoothEventLoop.java584 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST); in onRequestPairingConsent()
607 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST); in onRequestPasskeyConfirmation()
630 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST); in onRequestPasskey()
695 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST); in onRequestPinCode()
718 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST); in onDisplayPasskey()
731 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST); in sendDisplayPinIntent()
752 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST); in onRequestOobData()
DBluetoothBondState.java91 filter.addAction(BluetoothDevice.ACTION_PAIRING_REQUEST); in BluetoothBondState()
490 if (action.equals(BluetoothDevice.ACTION_PAIRING_REQUEST)) {
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java289 public static final String ACTION_PAIRING_REQUEST = field in BluetoothDevice
DBluetoothDeviceProfileState.java194 } else if (action.equals(BluetoothDevice.ACTION_PAIRING_REQUEST)) {
249 filter.addAction(BluetoothDevice.ACTION_PAIRING_REQUEST); in BluetoothDeviceProfileState()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java167 if (BluetoothDevice.ACTION_PAIRING_REQUEST.equals(intent.getAction())) { in onReceive()
1400 BluetoothDevice.ACTION_PAIRING_REQUEST, in getPairReceiver()