Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockVoiceService.java620 int next_event = -1; in handleDialingCall() local
636 next_event = MSG_REQUEST_DISCONNECTING_CALL; in handleDialingCall()
645 next_event = MSG_REQUEST_RINGBACK_TONE; in handleDialingCall()
663 scheduleNextEventTimer(callInfo, next_event, ringback_tone_in_ms); in handleDialingCall()
667 next_event = MSG_REQUEST_ALERTING_CALL; in handleDialingCall()
672 next_event = -1; in handleDialingCall()
677 scheduleNextEventTimer(callInfo, next_event, dialing_duration_in_ms); in handleDialingCall()
720 int next_event = -1; in handleAlertingCall() local
736 next_event = MSG_REQUEST_DISCONNECTING_CALL; in handleAlertingCall()
744 next_event = MSG_REQUEST_ACTIVATING_CALL; in handleAlertingCall()
[all …]