Searched defs:MSG_ON_POST_DIAL_CONTINUE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java99 private static final int MSG_ON_POST_DIAL_CONTINUE = 14; field in class:ConnectionService
229 mHandler.obtainMessage(MSG_ON_POST_DIAL_CONTINUE, args).sendToTarget();
345 case MSG_ON_POST_DIAL_CONTINUE: {

Completed in 20 milliseconds