Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/activecall/
DOnGoingCallControllerBarFragmentTest.java195 verify(mMockCall).unhold(); in testClickPauseButton_activeCall()
208 verify(mMockCall).unhold(); in testClickPauseButton_onholdCall()
220 verify(mMockCall, never()).unhold(); in testClickPauseButton_connectingCall()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallsManagerTest.java563 verify(heldCall).unhold(any()); in testUnholdCallWhenOngoingCallCanBeHeld()
586 verify(heldCall).unhold(any()); in testUnholdCallWhenOngoingCallCanNotBeHeldAndFromDifferentConnectionService()
610 verify(heldCall, never()).unhold(any()); in testUnholdCallWhenOngoingEmergCallCanNotBeHeldAndFromDifferentConnectionService()
633 verify(heldCall).unhold(any()); in testUnholdCallWhenOngoingCallCanNotBeHeldAndHasSameConnectionService()
1015 verify(heldCall).unhold(nullable(String.class)); in testSwapCallsWhenHeadsetMediaButtonShortPressDuringTwoCalls()
1410 verify(heldCall).unhold(any()); in testSwapCallsWithSameConnectionMgr()
1440 doNothing().when(callSpy).unhold(); in addSpyCall()
1455 doNothing().when(callSpy).unhold(); in createSpyCall()
DConnectionServiceFixture.java336 public void unhold(String callId, Session.Info info) throws RemoteException { } in unhold() method in ConnectionServiceFixture.FakeConnectionService
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
DCarModeInCallUI.java137 call.unhold(); in onCreate()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java207 mRemote.unhold(); in onUnhold()
DTestInCallUI.java153 call.unhold(); in onCreate()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java2465 public void unhold() { in unhold() method in Call
2466 unhold(null /* reason */); in unhold()
2469 public void unhold(String reason) { in unhold() method in Call
2472 mConnectionService.unhold(this); in unhold()
DConnectionServiceWrapper.java1535 void unhold(Call call) { in unhold() method in ConnectionServiceWrapper
1540 mServiceInterface.unhold(callId, Log.getExternalSession()); in unhold()
DCallsManager.java2990 foregroundCall.unhold();
3000 foregroundCall.unhold();
5101 mCall.unhold("held " + mPreviouslyHeldCallId);
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DOnGoingCallControllerBarFragment.java271 mPrimaryCallLiveData.getValue().unhold(); in onUnholdCall()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java1454 public void unhold() { in unhold() method in DialerCall
1456 telecomCall.unhold(); in unhold()
/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java351 call.unhold(); in relaunchedFromDialer()
1366 backgroundCall.unhold(); in getShouldShowSpeakEasyUi()
DCallButtonPresenter.java254 call.unhold(); in holdClicked()
DCallCardPresenter.java1012 secondary.unhold(); in onSecondaryInfoClicked()
DInCallPresenter.java1377 heldCall.unhold(); in handleCallKey()