Home
last modified time | relevance | path

Searched refs:unhold (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/
H A DMockCallManager.java142 unhold(mSecondaryCall); in hold()
155 private void unhold(Call call) { in unhold() method in MockCallManager
578 unhold(mCall); in mockCallFunctions()
581 }).when(mCall).unhold(); in mockCallFunctions()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothCall.java87 public void unhold() { in unhold() method in BluetoothCall
88 mCall.unhold(); in unhold()
H A DBluetoothInCallService.java781 heldCall.unhold(); in _processChld()
797 heldCall.unhold(); in _processChld()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java243 if (mForegroundCall.getState().isAlive()) mForegroundCall.unhold(); in switchHoldingAndActive()
622 void unhold() throws CallStateException { in unhold() method in SipPhone.SipCall
627 ((SipConnection) c).unhold(audioGroup); in unhold()
659 conn.unhold(audioGroup); in merge()
912 void unhold(AudioGroup audioGroup) throws CallStateException { in unhold() method in SipPhone.SipConnection
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConference.java477 public void unhold() { in unhold() method in RemoteConference
479 mConnectionService.unhold(mId, null /*Session.Info*/); in unhold()
H A DRemoteConnection.java997 public void unhold() { in unhold() method in RemoteConnection
1001 mConnectionService.unhold(mConnectionId, Log.getExternalSession( in unhold()
H A DConnectionService.java566 public void unhold(String callId, Session.Info sessionInfo) {
1261 unhold((String) args.arg1);
2295 private void unhold(String callId) { in unhold() method in ConnectionService
H A DCall.java1771 public void unhold() { in unhold() method in Call
/aosp12/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/ui/activecall/
H A DOnGoingCallControllerBarFragmentTest.java177 verify(mMockCall).unhold(); in testClickPauseButton_onholdCall()
187 verify(mMockCall, never()).unhold(); in testClickPauseButton_connectingCall()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallsManagerTest.java574 verify(heldCall).unhold(any()); in testUnholdCallWhenOngoingCallCanBeHeld()
597 verify(heldCall).unhold(any()); in testUnholdCallWhenOngoingCallCanNotBeHeldAndFromDifferentConnectionService()
621 verify(heldCall, never()).unhold(any()); in testUnholdCallWhenOngoingEmergCallCanNotBeHeldAndFromDifferentConnectionService()
644 verify(heldCall).unhold(any()); in testUnholdCallWhenOngoingCallCanNotBeHeldAndHasSameConnectionService()
1026 verify(heldCall).unhold(nullable(String.class)); in testSwapCallsWhenHeadsetMediaButtonShortPressDuringTwoCalls()
1552 verify(heldCall).unhold(any()); in testSwapCallsWithSameConnectionMgr()
1655 doNothing().when(callSpy).unhold(); in addSpyCall()
1669 doNothing().when(callSpy).unhold(); in createSpyCall()
H A DConnectionServiceFixture.java338 public void unhold(String callId, Session.Info info) throws RemoteException { } in unhold() method in ConnectionServiceFixture.FakeConnectionService
/aosp12/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
H A DCarModeInCallUI.java137 call.unhold(); in onCreate()
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionService.aidl96 void unhold(String callId, in Session.Info sessionInfo); in unhold() method
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestConnectionManager.java207 mRemote.unhold(); in onUnhold()
H A DTestInCallUI.java155 call.unhold(); in onCreate()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
H A DOnGoingCallControllerBarFragment.java310 mPrimaryCallLiveData.getValue().unhold(); in onUnholdCall()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java2687 public void unhold() { in unhold() method in Call
2688 unhold(null /* reason */); in unhold()
2691 public void unhold(String reason) { in unhold() method in Call
2694 mConnectionService.unhold(this); in unhold()
H A DConnectionServiceWrapper.java1601 void unhold(Call call) { in unhold() method in ConnectionServiceWrapper
1606 mServiceInterface.unhold(callId, Log.getExternalSession(TELECOM_ABBREVIATION)); in unhold()
H A DCallsManager.java3214 foregroundCall.unhold();
3225 foregroundCall.unhold();
5377 mCall.unhold("held " + mPreviouslyHeldCallId);
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DCallButtonPresenter.java258 call.unhold(); in holdClicked()
H A DInCallActivity.java351 call.unhold(); in relaunchedFromDialer()
1366 backgroundCall.unhold(); in getShouldShowSpeakEasyUi()
H A DCallCardPresenter.java1012 secondary.unhold(); in onSecondaryInfoClicked()
H A DInCallPresenter.java1377 heldCall.unhold(); in handleCallKey()
/aosp12/packages/apps/Dialer/java/com/android/incallui/call/
H A DDialerCall.java1454 public void unhold() { in unhold() method in DialerCall
1456 telecomCall.unhold(); in unhold()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java817 verify(heldCall).unhold(); in testProcessChldHoldActiveUnhold()

12