HomeSort by relevance Sort by last modified time
    Searched refs:CAPABILITY_SEPARATE_FROM_CONFERENCE (Results 1 - 6 of 6) 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);
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 592 Connection.CAPABILITY_SEPARATE_FROM_CONFERENCE,
593 android.telecom.Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE,
  /frameworks/base/telecomm/java/android/telecom/
Call.java 170 public static final int CAPABILITY_SEPARATE_FROM_CONFERENCE = 0x00001000;
    [all...]
Connection.java 135 public static final int CAPABILITY_SEPARATE_FROM_CONFERENCE = 0x00001000;
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 761 currentCapabilities |= CAPABILITY_SEPARATE_FROM_CONFERENCE;
    [all...]

Completed in 120 milliseconds