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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 600 Registrant postDialHandler;
631 postDialHandler = mOwner.mPhone.mPostDialHandler;
635 if (postDialHandler != null
636 && (notifyMessage = postDialHandler.messageForRegistrant()) != null) {
646 //Rlog.v("GSM", "##### processNextPostDialChar: send msg to postDialHandler, arg1=" + c);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 464 Registrant postDialHandler;
495 postDialHandler = mOwner.mPhone.mPostDialHandler;
499 if (postDialHandler != null
500 && (notifyMessage = postDialHandler.messageForRegistrant()) != null) {
510 //Rlog.v(LOG_TAG, "##### processNextPostDialChar: send msg to postDialHandler, arg1=" + c);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 651 Registrant postDialHandler;
686 postDialHandler = mOwner.mPhone.mPostDialHandler;
690 if (postDialHandler != null &&
691 (notifyMessage = postDialHandler.messageForRegistrant()) != null) {

Completed in 196 milliseconds