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

  /packages/apps/InCallUI/src/com/android/incallui/
ConferenceManagerPresenter.java 79 android.telecom.Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE);
83 if (call.can(android.telecom.Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE)
ConferenceParticipantListAdapter.java 341 android.telecom.Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE);
  /packages/services/Telephony/src/com/android/services/telephony/
ConferenceParticipantConnection.java 123 int capabilities = CAPABILITY_DISCONNECT_FROM_CONFERENCE;
TelephonyConnection.java 760 currentCapabilities |= CAPABILITY_DISCONNECT_FROM_CONFERENCE;
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 595 Connection.CAPABILITY_DISCONNECT_FROM_CONFERENCE,
596 android.telecom.Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE,
  /frameworks/base/telecomm/java/android/telecom/
Call.java 175 public static final int CAPABILITY_DISCONNECT_FROM_CONFERENCE = 0x00002000;
    [all...]
Connection.java 140 public static final int CAPABILITY_DISCONNECT_FROM_CONFERENCE = 0x00002000;
    [all...]

Completed in 151 milliseconds