Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DBondStateMachineTest.java114 Message removeBondMsg2 = mBondStateMachine.obtainMessage(BondStateMachine.REMOVE_BOND); in testCreateBondAfterRemoveBond() local
115 removeBondMsg2.obj = device2; in testCreateBondAfterRemoveBond()
116 mBondStateMachine.sendMessage(removeBondMsg2); in testCreateBondAfterRemoveBond()