Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java149 public static final int EVENT_POST_DIAL_WAIT = 1 << 5; field in InCallServiceImpl.CallCallback
159 EVENT_POST_DIAL_WAIT |
248 if ((mEvents & EVENT_POST_DIAL_WAIT) in onPostDialWait()
249 == EVENT_POST_DIAL_WAIT) { in onPostDialWait()
1177 return CallCallback.EVENT_POST_DIAL_WAIT; in getCallCallbackEvent()
1202 case CallCallback.EVENT_POST_DIAL_WAIT: in getCallCallbackEventString()