/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
H A D | SimulatorConnectionsBankImpl.java | 127 capabilities |= Connection.CAPABILITY_SWAP_CONFERENCE; in onEvent()
|
H A D | SimulatorConferenceCreator.java | 195 capabilities |= Connection.CAPABILITY_SWAP_CONFERENCE; in onEvent()
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | CdmaConferenceController.java | 199 mConference.updateCapabilities(Connection.CAPABILITY_SWAP_CONFERENCE); in recalculateConference()
|
H A D | CdmaConference.java | 112 mCapabilities |= Connection.CAPABILITY_SWAP_CONFERENCE; in onMerge()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/call/ |
H A D | TelecomAdapter.java | 112 if (call.getDetails().can(android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE)) { in swap()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | ParcelableCallUtils.java | 451 Connection.CAPABILITY_SWAP_CONFERENCE, 452 android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE,
|
H A D | Call.java | 2914 } else if (can(Connection.CAPABILITY_SWAP_CONFERENCE)) { in swapConference()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/ |
H A D | BluetoothInCallService.java | 635 || (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 D | BluetoothCall.java | 309 return can(Call.Details.CAPABILITY_SWAP_CONFERENCE) && in wasConferencePreviouslyMerged()
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/ |
H A D | BluetoothInCallServiceTest.java | 346 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 D | Connection.java | 234 public static final int CAPABILITY_SWAP_CONFERENCE = 0x00000008; field in Connection 1072 if ((capabilities & CAPABILITY_SWAP_CONFERENCE) == CAPABILITY_SWAP_CONFERENCE) { in capabilitiesToStringInternal()
|
H A D | Call.java | 420 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 D | CallButtonPresenter.java | 459 final boolean showSwap = call.can(android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE); in updateButtonsState()
|
H A D | InCallPresenter.java | 1350 activeCall.can(android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE); in handleCallKey()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 39675 field public static final int CAPABILITY_SWAP_CONFERENCE = 8; // 0x8 39960 field public static final int CAPABILITY_SWAP_CONFERENCE = 8; // 0x8
|