Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DBondStateMachineTest.java233 testSendIntentPendingDeviceWithUuid(BOND_NONE, BOND_NONE, BOND_NONE, in testSendIntent()
235 testSendIntentPendingDeviceWithUuid(BOND_NONE, BOND_BONDING, BOND_NONE, in testSendIntent()
237 testSendIntentPendingDeviceWithUuid(BOND_NONE, BOND_BONDED, BOND_NONE, in testSendIntent()
239 testSendIntentPendingDeviceWithUuid(BOND_NONE, badBondState, BOND_NONE, in testSendIntent()
241 testSendIntentPendingDeviceWithUuid(BOND_BONDING, BOND_NONE, BOND_BONDING, in testSendIntent()
245 testSendIntentPendingDeviceWithUuid(BOND_BONDING, BOND_BONDED, BOND_BONDING, in testSendIntent()
249 testSendIntentPendingDeviceWithUuid(BOND_BONDED, BOND_NONE, BOND_NONE, in testSendIntent()
251 testSendIntentPendingDeviceWithUuid(BOND_BONDED, BOND_BONDING, BOND_BONDING, in testSendIntent()
253 testSendIntentPendingDeviceWithUuid(BOND_BONDED, BOND_BONDED, BOND_BONDED, in testSendIntent()
255 testSendIntentPendingDeviceWithUuid(BOND_BONDED, badBondState, BOND_BONDED, in testSendIntent()
[all …]