HomeSort by relevance Sort by last modified time
    Searched defs:CAPABILITY_MANAGE_CONFERENCE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
Call.java 141 public static final int CAPABILITY_MANAGE_CONFERENCE = 0x00000080;
255 if (can(capabilities, CAPABILITY_MANAGE_CONFERENCE)) {
256 builder.append(" CAPABILITY_MANAGE_CONFERENCE");
    [all...]
Connection.java 106 public static final int CAPABILITY_MANAGE_CONFERENCE = 0x00000080;
224 if (can(capabilities, CAPABILITY_MANAGE_CONFERENCE)) {
225 builder.append(" CAPABILITY_MANAGE_CONFERENCE");
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 47 milliseconds