Home
last modified time | relevance | path

Searched refs:EVENT_NEXT_POST_DIAL (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaConnection.java88 static final int EVENT_NEXT_POST_DIAL = 3; field in GsmCdmaConnection
107 case EVENT_NEXT_POST_DIAL: in handleMessage()
938 mHandler.obtainMessage(EVENT_NEXT_POST_DIAL).sendToTarget(); in processNextPostDialChar()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java140 private static final int EVENT_NEXT_POST_DIAL = 3; field in ImsPhoneConnection
158 case EVENT_NEXT_POST_DIAL: in handleMessage()
651 mHandler.obtainMessage(EVENT_NEXT_POST_DIAL).sendToTarget(); in processNextPostDialChar()