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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 618 Registrant postDialHandler;
649 postDialHandler = mOwner.mPhone.mPostDialHandler;
653 if (postDialHandler != null
654 && (notifyMessage = postDialHandler.messageForRegistrant()) != null) {
664 //Rlog.v("GSM", "##### processNextPostDialChar: send msg to postDialHandler, arg1=" + c);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 682 Registrant postDialHandler;
717 postDialHandler = mOwner.mPhone.mPostDialHandler;
721 if (postDialHandler != null &&
722 (notifyMessage = postDialHandler.messageForRegistrant()) != null) {

Completed in 25 milliseconds