Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/domainselection/
DNormalCallDomainSelector.java54 protected static final int MSG_WAIT_FOR_IMS_STATE_TIMEOUT = 11; field in NormalCallDomainSelector
88 case MSG_WAIT_FOR_IMS_STATE_TIMEOUT: { in handleMessage()
143 sendEmptyMessageDelayed(MSG_WAIT_FOR_IMS_STATE_TIMEOUT, WAIT_FOR_IMS_STATE_TIMEOUT_MS); in selectDomain()
417 if (hasMessages(MSG_WAIT_FOR_IMS_STATE_TIMEOUT)) { in selectDomain()
418 removeMessages(MSG_WAIT_FOR_IMS_STATE_TIMEOUT); in selectDomain()
DEmergencyCallDomainSelector.java141 public static final int MSG_WAIT_FOR_IMS_STATE_TIMEOUT = 16; field in EmergencyCallDomainSelector
319 case MSG_WAIT_FOR_IMS_STATE_TIMEOUT: in handleMessage()
626 sendEmptyMessageDelayed(MSG_WAIT_FOR_IMS_STATE_TIMEOUT, in startDomainSelection()
864 removeMessages(MSG_WAIT_FOR_IMS_STATE_TIMEOUT); in selectDomain()
/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/
DNormalCallDomainSelectorTest.java697 NormalCallDomainSelector.MSG_WAIT_FOR_IMS_STATE_TIMEOUT)); in testImsRegistrationStateTimeoutMessage()
704 NormalCallDomainSelector.MSG_WAIT_FOR_IMS_STATE_TIMEOUT)); in testImsRegistrationStateTimeoutMessage()
736 NormalCallDomainSelector.MSG_WAIT_FOR_IMS_STATE_TIMEOUT)); in testImsRegistrationStateTimeoutHandler()
DEmergencyCallDomainSelectorTest.java70 …roid.services.telephony.domainselection.EmergencyCallDomainSelector.MSG_WAIT_FOR_IMS_STATE_TIMEOUT;
402 assertTrue(mDomainSelector.hasMessages(MSG_WAIT_FOR_IMS_STATE_TIMEOUT)); in testNoRedundantDomainSelectionFromInitialState()
409 assertFalse(mDomainSelector.hasMessages(MSG_WAIT_FOR_IMS_STATE_TIMEOUT)); in testNoRedundantDomainSelectionFromInitialState()
3875 assertTrue(mDomainSelector.hasMessages(MSG_WAIT_FOR_IMS_STATE_TIMEOUT));
3887 assertTrue(mDomainSelector.hasMessages(MSG_WAIT_FOR_IMS_STATE_TIMEOUT));
3890 mDomainSelector.obtainMessage(MSG_WAIT_FOR_IMS_STATE_TIMEOUT));
3892 assertFalse(mDomainSelector.hasMessages(MSG_WAIT_FOR_IMS_STATE_TIMEOUT));