Searched refs:cancelCall (Results 1 – 3 of 3) sorted by relevance
69 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()
146 cancelCall(getArguments().getString(ARG_CALL_ID)); in onNegativeButtonClick()161 private void cancelCall(@NonNull String callId) { in cancelCall() method in InternationalCallOnWifiDialogFragment
158 public void cancelCall() { in cancelCall() method in CallRedirectionProcessor.CallRedirectionAttempt.CallRedirectionAdapter