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

  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConference.java 44 capabilities |= Connection.CAPABILITY_MUTE | Connection.CAPABILITY_GENERIC_CONFERENCE;
  /frameworks/base/telecomm/java/android/telecom/
Call.java 183 public static final int CAPABILITY_GENERIC_CONFERENCE = 0x00004000;
270 if (can(capabilities, CAPABILITY_GENERIC_CONFERENCE)) {
271 builder.append(" CAPABILITY_GENERIC_CONFERENCE");
    [all...]
Connection.java 148 public static final int CAPABILITY_GENERIC_CONFERENCE = 0x00004000;
239 if (can(capabilities, CAPABILITY_GENERIC_CONFERENCE)) {
240 builder.append(" CAPABILITY_GENERIC_CONFERENCE");
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardPresenter.java 706 android.telecom.Call.Details.CAPABILITY_GENERIC_CONFERENCE);
716 android.telecom.Call.Details.CAPABILITY_GENERIC_CONFERENCE);
StatusBarNotifier.java 392 && !call.can(android.telecom.Call.Details.CAPABILITY_GENERIC_CONFERENCE)) {
420 && !call.can(android.telecom.Call.Details.CAPABILITY_GENERIC_CONFERENCE)) {
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 598 Connection.CAPABILITY_GENERIC_CONFERENCE,
599 android.telecom.Call.Details.CAPABILITY_GENERIC_CONFERENCE

Completed in 2022 milliseconds