Searched refs:BONDED_INTENT_DELAY (Results 1 – 2 of 2) sorted by relevance
608 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()
74 static final int BONDED_INTENT_DELAY = 11; field in BondStateMachine209 case BONDED_INTENT_DELAY: in processMessage()584 Message msg = obtainMessage(BONDED_INTENT_DELAY); in sendIntent()