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

  /packages/apps/InCallUI/src/com/android/incallui/
ConferenceManagerPresenter.java 81 android.telecom.Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE);
85 || call.can(android.telecom.Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE)
ConferenceParticipantListAdapter.java 339 android.telecom.Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE);
  /cts/tests/tests/telecom/src/android/telecom/cts/
ConferenceTest.java 41 public static final int CONF_CAPABILITIES = Connection.CAPABILITY_SEPARATE_FROM_CONFERENCE |
RemoteConferenceTest.java 51 public static final int CONF_CAPABILITIES = Connection.CAPABILITY_SEPARATE_FROM_CONFERENCE |
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 763 Connection.CAPABILITY_SEPARATE_FROM_CONFERENCE,
764 android.telecom.Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE,
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Call.java 184 public static final int CAPABILITY_SEPARATE_FROM_CONFERENCE = 0x00001000;
    [all...]
Connection.java 178 public static final int CAPABILITY_SEPARATE_FROM_CONFERENCE = 0x00001000;
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java     [all...]

Completed in 41 milliseconds