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

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java180 private static final int MSG_CREATE_CONNECTION_COMPLETE = 29; field in class:ConnectionService
261 mHandler.obtainMessage(MSG_CREATE_CONNECTION_COMPLETE, args).sendToTarget();
740 case MSG_CREATE_CONNECTION_COMPLETE: {

Completed in 11 milliseconds