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

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java97 private static final int MSG_CONFERENCE = 12; field in class:ConnectionService
226 mHandler.obtainMessage(MSG_CONFERENCE, args).sendToTarget();
379 case MSG_CONFERENCE: {

Completed in 57 milliseconds