Searched refs:testSendIntentPendingDevice (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/ |
H A D | BondStateMachineTest.java | 181 testSendIntentPendingDevice(BOND_NONE, BOND_NONE, BOND_NONE, in testSendIntent() 183 testSendIntentPendingDevice(BOND_NONE, BOND_BONDING, BOND_NONE, in testSendIntent() 185 testSendIntentPendingDevice(BOND_NONE, BOND_BONDED, BOND_NONE, in testSendIntent() 187 testSendIntentPendingDevice(BOND_NONE, badBondState, BOND_NONE, in testSendIntent() 189 testSendIntentPendingDevice(BOND_BONDING, BOND_NONE, BOND_BONDING, in testSendIntent() 191 testSendIntentPendingDevice(BOND_BONDING, BOND_BONDING, BOND_BONDING, in testSendIntent() 193 testSendIntentPendingDevice(BOND_BONDING, BOND_BONDED, BOND_BONDING, in testSendIntent() 197 testSendIntentPendingDevice(BOND_BONDED, BOND_NONE, BOND_NONE, in testSendIntent() 199 testSendIntentPendingDevice(BOND_BONDED, BOND_BONDING, BOND_BONDING, in testSendIntent() 201 testSendIntentPendingDevice(BOND_BONDED, BOND_BONDED, BOND_BONDED, in testSendIntent() [all …]
|