Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java608 Assert.assertTrue(mBondStateMachine.hasMessage(mBondStateMachine.BONDED_INTENT_DELAY)); in testSendIntentCase()
609 mBondStateMachine.removeMessage(mBondStateMachine.BONDED_INTENT_DELAY); in testSendIntentCase()
611 Assert.assertFalse(mBondStateMachine.hasMessage(mBondStateMachine.BONDED_INTENT_DELAY)); in testSendIntentCase()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java74 static final int BONDED_INTENT_DELAY = 11; field in BondStateMachine
209 case BONDED_INTENT_DELAY: in processMessage()
584 Message msg = obtainMessage(BONDED_INTENT_DELAY); in sendIntent()