Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DBondStateMachineTest.java289 verifyBondStateChangeIntent(broadcastOldState, broadcastNewState, in testSendIntentCase()
355 private void verifyBondStateChangeIntent(int oldState, int newState, Intent intent) { in verifyBondStateChangeIntent() method in BondStateMachineTest