Home
last modified time | relevance | path

Searched refs:CAPABILITY_SWAP_CONFERENCE (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
H A DSimulatorConnectionsBankImpl.java127 capabilities |= Connection.CAPABILITY_SWAP_CONFERENCE; in onEvent()
H A DSimulatorConferenceCreator.java195 capabilities |= Connection.CAPABILITY_SWAP_CONFERENCE; in onEvent()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DCdmaConferenceController.java199 mConference.updateCapabilities(Connection.CAPABILITY_SWAP_CONFERENCE); in recalculateConference()
H A DCdmaConference.java112 mCapabilities |= Connection.CAPABILITY_SWAP_CONFERENCE; in onMerge()
/aosp12/packages/apps/Dialer/java/com/android/incallui/call/
H A DTelecomAdapter.java112 if (call.getDetails().can(android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE)) { in swap()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DParcelableCallUtils.java451 Connection.CAPABILITY_SWAP_CONFERENCE,
452 android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE,
H A DCall.java2914 } else if (can(Connection.CAPABILITY_SWAP_CONFERENCE)) { in swapConference()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java635 || (conferenceCall.can(Connection.CAPABILITY_SWAP_CONFERENCE) in sendClccForCall()
786 && activeCall.can(Connection.CAPABILITY_SWAP_CONFERENCE)) { in _processChld()
870 if (activeCall.can(Connection.CAPABILITY_SWAP_CONFERENCE)) { in updateHeadsetWithCallState()
H A DBluetoothCall.java309 return can(Call.Details.CAPABILITY_SWAP_CONFERENCE) && in wasConferencePreviouslyMerged()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java346 addCallCapability(parentCall, Connection.CAPABILITY_SWAP_CONFERENCE); in testConferenceInProgressCDMA()
410 addCallCapability(parentCall, Connection.CAPABILITY_SWAP_CONFERENCE); in testListCurrentCallsCdmaHold()
738 addCallCapability(parentConfCall, Connection.CAPABILITY_SWAP_CONFERENCE); in testCDMAConferenceQueryState()
870 addCallCapability(parentCall, Connection.CAPABILITY_SWAP_CONFERENCE); in testProcessChldHoldActiveSwapConference()
1117 addCallCapability(parentCall, Connection.CAPABILITY_SWAP_CONFERENCE); in testOnParentOnChildrenChanged()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java234 public static final int CAPABILITY_SWAP_CONFERENCE = 0x00000008; field in Connection
1072 if ((capabilities & CAPABILITY_SWAP_CONFERENCE) == CAPABILITY_SWAP_CONFERENCE) { in capabilitiesToStringInternal()
H A DCall.java420 public static final int CAPABILITY_SWAP_CONFERENCE = 0x00000008; field in Call.Details
763 if (can(capabilities, CAPABILITY_SWAP_CONFERENCE)) { in capabilitiesToString()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DCallButtonPresenter.java459 final boolean showSwap = call.can(android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE); in updateButtonsState()
H A DInCallPresenter.java1350 activeCall.can(android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE); in handleCallKey()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt39675 field public static final int CAPABILITY_SWAP_CONFERENCE = 8; // 0x8
39960 field public static final int CAPABILITY_SWAP_CONFERENCE = 8; // 0x8