HomeSort by relevance Sort by last modified time
    Searched refs:postDialCancel (Results 1 - 4 of 4) sorted by null

  /packages/services/Telephony/common/src/com/android/services/telephony/common/
ICallCommandService.aidl 98 void postDialCancel(int callId);
  /packages/apps/InCallUI/src/com/android/incallui/
PostCharDialogFragment.java 74 CallCommandClient.getInstance().postDialCancel(mCallId);
CallCommandClient.java 220 public void postDialCancel(int callId) {
222 Log.e(this, "Cannot postDialCancel(); CallCommandService == null");
226 Log.v(this, "postDialCancel()");
227 mCommandService.postDialCancel(callId);
229 Log.e(this, "Error on postDialCancel().", e);
  /packages/services/Telephony/src/com/android/phone/
CallCommandService.java 224 public void postDialCancel(int callId) throws RemoteException {

Completed in 1630 milliseconds