/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/ |
D | PairingTest.java | 135 } else if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(action)) { in setUp() 182 BluetoothDevice.ACTION_BOND_STATE_CHANGED, BluetoothDevice.ACTION_PAIRING_REQUEST); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorks() 191 hasAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED), in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorks() 209 hasAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED), in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorks() 216 BluetoothDevice.ACTION_BOND_STATE_CHANGED, BluetoothDevice.ACTION_PAIRING_REQUEST); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorks() 236 BluetoothDevice.ACTION_BOND_STATE_CHANGED, in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorksWhileSdpConnected() 253 hasAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED), in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorksWhileSdpConnected() 271 hasAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED), in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorksWhileSdpConnected() 279 BluetoothDevice.ACTION_BOND_STATE_CHANGED, in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorksWhileSdpConnected() 310 registerIntentActions(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in testCancelBondLe_WithGattServiceDiscovery() [all …]
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothPairingDialog.java | 50 if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(action)) { 102 registerReceiver(mReceiver, new IntentFilter(BluetoothDevice.ACTION_BOND_STATE_CHANGED)); in onCreate()
|
D | BluetoothPairingService.java | 78 if (action.equals(BluetoothDevice.ACTION_BOND_STATE_CHANGED)) { 165 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in onStartCommand()
|
/packages/modules/Bluetooth/framework/api/ |
D | lint-baseline.txt | 20 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_BOND_STATE_CHANGED: 21 Field 'ACTION_BOND_STATE_CHANGED' is missing @BroadcastBehavior
|
D | module-lib-lint-baseline.txt | 24 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_BOND_STATE_CHANGED: 25 Field 'ACTION_BOND_STATE_CHANGED' is missing @BroadcastBehavior
|
D | system-lint-baseline.txt | 24 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_BOND_STATE_CHANGED: 25 Field 'ACTION_BOND_STATE_CHANGED' is missing @BroadcastBehavior
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingDialog.java | 50 if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(action)) { 106 registerReceiver(mReceiver, new IntentFilter(BluetoothDevice.ACTION_BOND_STATE_CHANGED)); in onCreate()
|
D | BluetoothPairingService.java | 90 if (action.equals(BluetoothDevice.ACTION_BOND_STATE_CHANGED)) { 152 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in onStartCommand()
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | SecurityStorage.kt | 58 intentFilter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED) 102 .filter { it.action == BluetoothDevice.ACTION_BOND_STATE_CHANGED } in deleteBond()
|
D | Security.kt | 101 intentFilter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED) in <lambda>() 159 .filter { it.action == BluetoothDevice.ACTION_BOND_STATE_CHANGED } in <lambda>()
|
D | HfpHandsfree.kt | 60 val intentFilter = IntentFilter(BluetoothDevice.ACTION_BOND_STATE_CHANGED) in <lambda>()
|
D | Hfp.kt | 67 val intentFilter = IntentFilter(BluetoothDevice.ACTION_BOND_STATE_CHANGED)
|
D | Host.kt | 127 intentFilter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED) in <lambda>() 256 .filter { it.action == BluetoothDevice.ACTION_BOND_STATE_CHANGED } in waitBondIntent()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothDevicesService.java | 111 if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(action)) { 183 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in onCreate()
|
D | BluetoothPairingDialog.java | 90 if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(action)) { 201 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in onResume()
|
D | BluetoothAccessoryFragment.java | 166 adapterIntentFilter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in onStart() 440 adapterIntentFilter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in onStart()
|
D | BluetoothDevicePairer.java | 670 IntentFilter filter = new IntentFilter(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in registerLinkStatusReceiver()
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | BluetoothConnectionRetryManager.java | 85 if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(action)) { in onReceive() 376 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in init()
|
D | BluetoothDeviceManager.java | 135 case BluetoothDevice.ACTION_BOND_STATE_CHANGED: in onReceive() 297 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in start()
|
D | FastPairGattServer.java | 350 case BluetoothDevice.ACTION_BOND_STATE_CHANGED: 512 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in start()
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 172 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in start() 480 } else if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(action) in handleIntent()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/ |
D | BluetoothConnectionRetryManagerTest.java | 122 Intent intent = new Intent(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in sendBondStateChanged()
|
D | BluetoothDeviceManagerTest.java | 245 Intent intent = new Intent(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in sendBondStateChanged()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | RfcommTest.kt | 74 context.registerReceiver(receiver, IntentFilter(BluetoothDevice.ACTION_BOND_STATE_CHANGED)) in bondingFlow()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | BondStateMachineTest.java | 737 Assert.assertEquals(BluetoothDevice.ACTION_BOND_STATE_CHANGED, intent.getAction()); in verifyBondStateChangeIntent()
|