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

/frameworks/base/telecomm/java/android/telecom/
H A DCall.java141 public static final int CAPABILITY_MANAGE_CONFERENCE = 0x00000080; field in class:Call.Details
249 if (can(capabilities, CAPABILITY_MANAGE_CONFERENCE)) {
250 builder.append(" CAPABILITY_MANAGE_CONFERENCE");
H A DConnection.java106 public static final int CAPABILITY_MANAGE_CONFERENCE = 0x00000080; field in class:Connection
218 if (can(capabilities, CAPABILITY_MANAGE_CONFERENCE)) {
219 builder.append(" CAPABILITY_MANAGE_CONFERENCE");

Completed in 47 milliseconds