Home
last modified time | relevance | path

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

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