Home
last modified time | relevance | path

Searched defs:heldCall (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java391 final BluetoothCall heldCall = createHeldCall(); in testListCurrentCallsCdmaHold() local
788 BluetoothCall heldCall = createHeldCall(); in testProcessChldReleaseActiveHold() local
812 BluetoothCall heldCall = createHeldCall(); in testProcessChldHoldActiveUnhold() local
868 final BluetoothCall heldCall = createHeldCall(); in testProcessChldHoldActiveSwapConference() local
918 final BluetoothCall heldCall = createHeldCall(); in testOnCallAddedCdmaActiveHold() local
1082 BluetoothCall heldCall = createHeldCall(); in testOnCallStateChangedGSMSwap() local
1102 BluetoothCall heldCall = createHeldCall(); in testOnParentOnChildrenChanged() local
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallsManagerTest.java564 Call heldCall = addSpyCall(); in testUnholdCallWhenOngoingCallCanBeHeld() local
587 Call heldCall = addSpyCall(VOIP_1_HANDLE, CallState.ON_HOLD); in testUnholdCallWhenOngoingCallCanNotBeHeldAndFromDifferentConnectionService() local
612 Call heldCall = addSpyCall(VOIP_1_HANDLE, CallState.ON_HOLD); in testUnholdCallWhenOngoingEmergCallCanNotBeHeldAndFromDifferentConnectionService() local
634 Call heldCall = addSpyCall(SIM_2_HANDLE, CallState.ON_HOLD); in testUnholdCallWhenOngoingCallCanNotBeHeldAndHasSameConnectionService() local
758 Call heldCall = addSpyCall(SIM_1_HANDLE, CallState.ON_HOLD); in testAnswerCallWhenMultipleHeldCallsExisted() local
1015 Call heldCall = addSpyCall(); in testSwapCallsWhenHeadsetMediaButtonShortPressDuringTwoCalls() local
1037 Call heldCall = addSpyCall(); in testHangupActiveCallWhenHeadsetMediaButtonLongPressDuringTwoCalls() local
1541 Call heldCall = addSpyCall(CONNECTION_MGR_1_HANDLE, CONNECTION_MGR_1_HANDLE, in testSwapCallsWithSameConnectionMgr() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java684 public boolean canConference(Call heldCall) { in canConference()
707 public boolean canConference(Call heldCall, int subId) { in canConference()
732 public void conference(Call heldCall) throws CallStateException { in conference()
907 public boolean canTransfer(Call heldCall) { in canTransfer()
927 public boolean canTransfer(Call heldCall, int subId) { in canTransfer()
954 public void explicitCallTransfer(Call heldCall) throws CallStateException { in explicitCallTransfer()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java745 BluetoothCall heldCall = mCallInfo.getHeldCall(); in _processChld() local
832 BluetoothCall heldCall = mCallInfo.getHeldCall(); in updateHeadsetWithCallState() local
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DInCallPresenter.java1367 final DialerCall heldCall = calls.getBackgroundCall(); in handleCallKey() local