Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DBondStateMachineTest.java133 Message createBondMsg2 = mBondStateMachine.obtainMessage(BondStateMachine.CREATE_BOND); in testCreateBondAfterRemoveBond() local
134 createBondMsg2.obj = device2; in testCreateBondAfterRemoveBond()
135 mBondStateMachine.sendMessage(createBondMsg2); in testCreateBondAfterRemoveBond()