Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DBondStateMachine.java73 static final int REMOVE_BOND = 3; field in BondStateMachine
152 case REMOVE_BOND: in processMessage()
215 case REMOVE_BOND: in processMessage()
DAdapterService.java1627 Message msg = service.mBondStateMachine.obtainMessage(BondStateMachine.REMOVE_BOND); in removeBond()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java110 Message removeBondMsg1 = mBondStateMachine.obtainMessage(BondStateMachine.REMOVE_BOND); in testCreateBondAfterRemoveBond()
114 Message removeBondMsg2 = mBondStateMachine.obtainMessage(BondStateMachine.REMOVE_BOND); in testCreateBondAfterRemoveBond()