Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockVoiceService.java44 private static final int MSG_REQUEST_DISCONNECTING_CALL = 5; field in MockVoiceService
580 case MSG_REQUEST_DISCONNECTING_CALL: in getCallStateRequestEventStr()
636 next_event = MSG_REQUEST_DISCONNECTING_CALL; in handleDialingCall()
736 next_event = MSG_REQUEST_DISCONNECTING_CALL; in handleAlertingCall()
792 next_event = MSG_REQUEST_DISCONNECTING_CALL; in handleActivatingCall()
883 next_event = MSG_REQUEST_DISCONNECTING_CALL; in handleIncomingCall()
981 case MSG_REQUEST_DISCONNECTING_CALL: in handleMessage()
1110 .obtainMessage(MSG_REQUEST_DISCONNECTING_CALL, index) in hangupVoiceCall()
1130 .obtainMessage(MSG_REQUEST_DISCONNECTING_CALL, callInfo.getCallId()) in rejectVoiceCall()