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

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java102 private static final int MSG_MERGE_CONFERENCE = 18; field in class:ConnectionService
236 mHandler.obtainMessage(MSG_MERGE_CONFERENCE, callId).sendToTarget();
393 case MSG_MERGE_CONFERENCE:

Completed in 42 milliseconds