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.java564 verify(heldCall).unhold(any()); in testUnholdCallWhenOngoingCallCanBeHeld()
587 verify(heldCall).unhold(any()); in testUnholdCallWhenOngoingCallCanNotBeHeldAndFromDifferentConnectionService()
611 verify(heldCall, never()).unhold(any()); in testUnholdCallWhenOngoingEmergCallCanNotBeHeldAndFromDifferentConnectionService()
634 verify(heldCall).unhold(any()); in testUnholdCallWhenOngoingCallCanNotBeHeldAndHasSameConnectionService()
1016 verify(heldCall).unhold(nullable(String.class)); in testSwapCallsWhenHeadsetMediaButtonShortPressDuringTwoCalls()
1411 verify(heldCall).unhold(any()); in testSwapCallsWithSameConnectionMgr()
1461 doNothing().when(callSpy).unhold(); in addSpyCall()
1476 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.java208 mRemote.unhold(); in onUnhold()
DTestInCallUI.java153 call.unhold(); in onCreate()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java2541 public void unhold() { in unhold() method in Call
2542 unhold(null /* reason */); in unhold()
2545 public void unhold(String reason) { in unhold() method in Call
2548 mConnectionService.unhold(this); in unhold()
DConnectionServiceWrapper.java1546 void unhold(Call call) { in unhold() method in ConnectionServiceWrapper
1551 mServiceInterface.unhold(callId, Log.getExternalSession(TELECOM_ABBREVIATION)); in unhold()
DCallsManager.java3020 foregroundCall.unhold();
3030 foregroundCall.unhold();
5147 mCall.unhold("held " + mPreviouslyHeldCallId);
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DOnGoingCallControllerBarFragment.java295 mPrimaryCallLiveData.getValue().unhold(); in onUnholdCall()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java1453 public void unhold() { in unhold() method in DialerCall
1455 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()