Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/ui/
DConfirmCallDialogActivity.java69 Intent cancelCall = new Intent( in showDialog()
73 cancelCall.putExtra(EXTRA_OUTGOING_CALL_ID, callId); in showDialog()
74 sendBroadcast(cancelCall); in showDialog()
82 Intent cancelCall = new Intent( in showDialog()
86 cancelCall.putExtra(EXTRA_OUTGOING_CALL_ID, callId); in showDialog()
87 sendBroadcast(cancelCall); in showDialog()
/packages/apps/Dialer/java/com/android/incallui/telecomeventui/
DInternationalCallOnWifiDialogFragment.java146 cancelCall(getArguments().getString(ARG_CALL_ID)); in onNegativeButtonClick()
161 private void cancelCall(@NonNull String callId) { in cancelCall() method in InternationalCallOnWifiDialogFragment
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessor.java158 public void cancelCall() { in cancelCall() method in CallRedirectionProcessor.CallRedirectionAttempt.CallRedirectionAdapter