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

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 299 removeCallCapability(parentCall, Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN);
347 removeCallCapability(parentCall, Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN);
388 removeCallCapability(parentCall, Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN);
561 addCallCapability(parentCall, Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN);
625 removeCallCapability(parentConfCall, Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 575 .can(Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN))) {
590 .can(Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN);
734 !activeCall.can(Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN)) {
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
ImsConference.java 285 Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN;
568 * Note: We add and remove {@link Connection#CAPABILITY_CONFERENCE_HAS_NO_CHILDREN} to ensure
582 capabilities &= ~Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN;
585 capabilities |= Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN;
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Connection.java 300 public static final int CAPABILITY_CONFERENCE_HAS_NO_CHILDREN = 0x00200000;
725 if (can(capabilities, CAPABILITY_CONFERENCE_HAS_NO_CHILDREN)) {
    [all...]

Completed in 78 milliseconds