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

  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConferenceController.java 162 mConference.updateCapabilities(Connection.CAPABILITY_SWAP_CONFERENCE);
CdmaConference.java 89 mCapabilities |= Connection.CAPABILITY_SWAP_CONFERENCE;
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneService.java 503 if (activeCall != null && activeCall.can(Connection.CAPABILITY_SWAP_CONFERENCE)) {
608 (conferenceCall.can(Connection.CAPABILITY_SWAP_CONFERENCE) &&
708 if (activeCall.can(Connection.CAPABILITY_SWAP_CONFERENCE)) {
    [all...]
InCallController.java 565 Connection.CAPABILITY_SWAP_CONFERENCE,
566 android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE,
Call.java     [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
CallButtonPresenter.java 392 android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE));
414 android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE);
TelecomAdapter.java 180 android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE)) {
InCallPresenter.java 791 android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE);
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Call.java 124 public static final int CAPABILITY_SWAP_CONFERENCE = 0x00000008;
246 if (can(capabilities, CAPABILITY_SWAP_CONFERENCE)) {
247 builder.append(" CAPABILITY_SWAP_CONFERENCE");
687 * Swaps the calls within this conference. See {@link Details#CAPABILITY_SWAP_CONFERENCE}.
    [all...]
Connection.java 89 public static final int CAPABILITY_SWAP_CONFERENCE = 0x00000008;
215 if (can(capabilities, CAPABILITY_SWAP_CONFERENCE)) {
216 builder.append(" CAPABILITY_SWAP_CONFERENCE");
    [all...]

Completed in 1094 milliseconds