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

  /packages/services/Telephony/src/com/android/services/telephony/
GsmConnection.java 84 // For GSM connections, CAPABILITY_CONFERENCE_HAS_NO_CHILDREN should be applied whenever
87 capabilities |= CAPABILITY_CONFERENCE_HAS_NO_CHILDREN;
ImsConference.java 286 Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN;
546 * Note: We add and remove {@link Connection#CAPABILITY_CONFERENCE_HAS_NO_CHILDREN} to ensure
560 capabilities &= ~Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN;
563 capabilities |= Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN;
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 277 removeCallCapability(parentCall, Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN);
324 removeCallCapability(parentCall, Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN);
364 removeCallCapability(parentCall, Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN);
530 addCallCapability(parentCall, Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN);
561 removeCallCapability(parentConfCall, Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN);
687 removeCallCapability(parentCall, Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 557 .can(Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN))) {
572 .can(Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN);
703 !activeCall.can(Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN)) {
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Connection.java 289 public static final int CAPABILITY_CONFERENCE_HAS_NO_CHILDREN = 0x00200000;
641 if (can(capabilities, CAPABILITY_CONFERENCE_HAS_NO_CHILDREN)) {
    [all...]

Completed in 45 milliseconds