Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/
DPairingTest.java182 BluetoothDevice.ACTION_BOND_STATE_CHANGED, BluetoothDevice.ACTION_PAIRING_REQUEST); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorks()
196 hasAction(BluetoothDevice.ACTION_PAIRING_REQUEST), in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorks()
216 BluetoothDevice.ACTION_BOND_STATE_CHANGED, BluetoothDevice.ACTION_PAIRING_REQUEST); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorks()
237 BluetoothDevice.ACTION_PAIRING_REQUEST); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorksWhileSdpConnected()
258 hasAction(BluetoothDevice.ACTION_PAIRING_REQUEST), in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorksWhileSdpConnected()
280 BluetoothDevice.ACTION_PAIRING_REQUEST); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorksWhileSdpConnected()
390 BluetoothDevice.ACTION_PAIRING_REQUEST, in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
446 hasAction(BluetoothDevice.ACTION_PAIRING_REQUEST), in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
458 hasAction(BluetoothDevice.ACTION_PAIRING_REQUEST), in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
474 BluetoothDevice.ACTION_PAIRING_REQUEST, in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothPairingRequest.java34 if (!action.equals(BluetoothDevice.ACTION_PAIRING_REQUEST)) { in onReceive()
54 pairingIntent.setAction(BluetoothDevice.ACTION_PAIRING_REQUEST); in onReceive()
DBluetoothPairingDialog.java111 if (!BluetoothDevice.ACTION_PAIRING_REQUEST.equals(intent.getAction())) { in onCreate()
113 BluetoothDevice.ACTION_PAIRING_REQUEST); in onCreate()
/packages/modules/Bluetooth/android/pandora/server/src/
DSecurity.kt21 import android.bluetooth.BluetoothDevice.ACTION_PAIRING_REQUEST in <lambda>()
78 if (!manuallyConfirm && intent.action == BluetoothDevice.ACTION_PAIRING_REQUEST) { in <lambda>()
100 intentFilter.addAction(BluetoothDevice.ACTION_PAIRING_REQUEST) in <lambda>()
258 .filter { intent -> intent.action == ACTION_PAIRING_REQUEST } in <lambda>()
DHost.kt129 intentFilter.addAction(BluetoothDevice.ACTION_PAIRING_REQUEST) in <lambda>()
223 .filter { it.getAction() == BluetoothDevice.ACTION_PAIRING_REQUEST } in waitPairingRequestIntent()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingRequest.java50 if (TextUtils.equals(action, BluetoothDevice.ACTION_PAIRING_REQUEST)) { in onReceive()
84 intent.setAction(BluetoothDevice.ACTION_PAIRING_REQUEST); in onReceive()
DBluetoothPairingService.java80 pairingIntent.setAction(BluetoothDevice.ACTION_PAIRING_REQUEST); in getPairingDialogIntent()
140 if (TextUtils.equals(action, BluetoothDevice.ACTION_PAIRING_REQUEST)) { in onStartCommand()
/packages/modules/Bluetooth/framework/api/
Dlint-baseline.txt28 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_PAIRING_REQUEST:
29 Field 'ACTION_PAIRING_REQUEST' is missing @BroadcastBehavior
Dmodule-lib-lint-baseline.txt40 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_PAIRING_REQUEST:
41 Field 'ACTION_PAIRING_REQUEST' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt40 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_PAIRING_REQUEST:
41 Field 'ACTION_PAIRING_REQUEST' is missing @BroadcastBehavior
Dcurrent.txt556 …anifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_PAIRING_REQUEST = "android…
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingRequest.java37 if (!action.equals(BluetoothDevice.ACTION_PAIRING_REQUEST)) { in onReceive()
DBluetoothPairingService.java69 pairingIntent.setAction(BluetoothDevice.ACTION_PAIRING_REQUEST); in getPairingDialogIntent()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DRfcommTest.kt86 BluetoothDevice.ACTION_PAIRING_REQUEST -> { in onReceive()
149 val pairingFilter = IntentFilter(BluetoothDevice.ACTION_PAIRING_REQUEST) in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingServiceTest.java89 intent.setAction(BluetoothDevice.ACTION_PAIRING_REQUEST); in receivePairingRequestAction_notificationShown()
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairGattServer.java311 case BluetoothDevice.ACTION_PAIRING_REQUEST:
510 filter.addAction(BluetoothDevice.ACTION_PAIRING_REQUEST); in start()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java490 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST); in sendDisplayPinIntent()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairGattServerTest.java448 Intent pairingRequest = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST); in sendPairingRequestBroadcast()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java929 public static final String ACTION_PAIRING_REQUEST = field in BluetoothDevice