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

  /packages/services/Telephony/common/src/com/android/services/telephony/common/
ICallCommandService.aidl 100 void postDialWaitContinue(int callId);
  /packages/apps/InCallUI/src/com/android/incallui/
PostCharDialogFragment.java 55 CallCommandClient.getInstance().postDialWaitContinue(mCallId);
CallCommandClient.java 207 public void postDialWaitContinue(int callId) {
209 Log.e(this, "Cannot postDialWaitContinue(); CallCommandService == null");
213 Log.v(this, "postDialWaitContinue()");
214 mCommandService.postDialWaitContinue(callId);
216 Log.e(this, "Error on postDialWaitContinue().", e);
  /packages/services/Telephony/src/com/android/phone/
CallCommandService.java 252 public void postDialWaitContinue(int callId) throws RemoteException {

Completed in 729 milliseconds