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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 621 Registrant postDialHandler;
652 postDialHandler = mOwner.mPhone.mPostDialHandler;
656 if (postDialHandler != null
657 && (notifyMessage = postDialHandler.messageForRegistrant()) != null) {
667 //Rlog.v("GSM", "##### processNextPostDialChar: send msg to postDialHandler, arg1=" + c);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 685 Registrant postDialHandler;
720 postDialHandler = mOwner.mPhone.mPostDialHandler;
724 if (postDialHandler != null &&
725 (notifyMessage = postDialHandler.messageForRegistrant()) != null) {

Completed in 247 milliseconds