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

  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapterServant.java 51 private static final int MSG_ON_POST_DIAL_WAIT = 12;
138 case MSG_ON_POST_DIAL_WAIT: {
308 mHandler.obtainMessage(MSG_ON_POST_DIAL_WAIT, args).sendToTarget();
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 75 private static final int MSG_ON_POST_DIAL_WAIT = 12;
258 case MSG_ON_POST_DIAL_WAIT: {
523 mHandler.obtainMessage(MSG_ON_POST_DIAL_WAIT, args).sendToTarget();
    [all...]

Completed in 1832 milliseconds