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
380 if (can(capabilities, CAPABILITY_MANAGE_CONFERENCE)) {
381 builder.append(" CAPABILITY_MANAGE_CONFERENCE");
H A DConnection.java153 public static final int CAPABILITY_MANAGE_CONFERENCE = 0x00000080; field in class:Connection
466 if (can(capabilities, CAPABILITY_MANAGE_CONFERENCE)) {
467 builder.append(" CAPABILITY_MANAGE_CONFERENCE");

Completed in 13 milliseconds