Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DConnectionService.java190 private static final int MSG_CREATE_CONNECTION_COMPLETE = 29; field in ConnectionService
278 mHandler.obtainMessage(MSG_CREATE_CONNECTION_COMPLETE, args).sendToTarget();
876 case MSG_CREATE_CONNECTION_COMPLETE: {