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

  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConference.java 46 capabilities |= Connection.CAPABILITY_MUTE | Connection.CAPABILITY_GENERIC_CONFERENCE;
  /frameworks/base/telecomm/java/android/telecom/
Connection.java 191 public static final int CAPABILITY_GENERIC_CONFERENCE = 0x00004000;
373 if (can(capabilities, CAPABILITY_GENERIC_CONFERENCE)) {
374 builder.append(" CAPABILITY_GENERIC_CONFERENCE");
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 793 Connection.CAPABILITY_GENERIC_CONFERENCE,
    [all...]

Completed in 522 milliseconds