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

/frameworks/base/telecomm/java/android/telecom/
H A DCall.java160 public static final int CAPABILITY_MANAGE_CONFERENCE = 0x00000080; field in class:Call.Details
384 if (can(capabilities, CAPABILITY_MANAGE_CONFERENCE)) {
385 builder.append(" CAPABILITY_MANAGE_CONFERENCE");
H A DConnection.java184 public static final int CAPABILITY_MANAGE_CONFERENCE = 0x00000080; field in class:Connection
608 if (can(capabilities, CAPABILITY_MANAGE_CONFERENCE)) {
609 builder.append(isLong ? " CAPABILITY_MANAGE_CONFERENCE" : " mng_cnf");

Completed in 13 milliseconds