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

  /packages/apps/InCallUI/src/com/android/incallui/
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 232 public void postDialWaitContinue(int callId) throws RemoteException {

Completed in 39 milliseconds