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

  /packages/services/Telephony/src/com/android/services/telephony/
ImsConference.java 240 Connection.CAPABILITY_MUTE | Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN;
458 * Note: We add and remove {@link Connection#CAPABILITY_CONFERENCE_HAS_NO_CHILDREN} to ensure
472 capabilities &= ~Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN;
475 capabilities |= Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN;
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 508 .can(Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN))) {
523 .can(Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN);
655 !activeCall.can(Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN)) {
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Connection.java 249 public static final int CAPABILITY_CONFERENCE_HAS_NO_CHILDREN = 0x00200000;
388 if (can(capabilities, CAPABILITY_CONFERENCE_HAS_NO_CHILDREN)) {
    [all...]

Completed in 158 milliseconds