Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DConnectionService.java201 private static final int MSG_CREATE_CONFERENCE_COMPLETE = 36; field in ConnectionService
342 mHandler.obtainMessage(MSG_CREATE_CONFERENCE_COMPLETE, args).sendToTarget();
1027 case MSG_CREATE_CONFERENCE_COMPLETE: {