Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockVoiceService.java43 private static final int MSG_REQUEST_ACTIVATING_CALL = 4; field in MockVoiceService
578 case MSG_REQUEST_ACTIVATING_CALL: in getCallStateRequestEventStr()
744 next_event = MSG_REQUEST_ACTIVATING_CALL; in handleAlertingCall()
891 next_event = MSG_REQUEST_ACTIVATING_CALL; in handleIncomingCall()
978 case MSG_REQUEST_ACTIVATING_CALL: in handleMessage()
1150 .obtainMessage(MSG_REQUEST_ACTIVATING_CALL, callInfo.getCallId()) in acceptVoiceCall()