Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/
DMockCallManager.java133 unhold(mSecondaryCall); in hold()
146 private void unhold(Call call) { in unhold() method in MockCallManager
552 unhold(mCall); in mockCallFunctions()
555 }).when(mCall).unhold(); in mockCallFunctions()
/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothCall.java83 public void unhold() { in unhold() method in BluetoothCall
84 mCall.unhold(); in unhold()
DBluetoothInCallService.java752 heldCall.unhold(); in _processChld()
768 heldCall.unhold(); in _processChld()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
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()
DConnectionServiceFixture.java338 public void unhold(String callId, Session.Info info) throws RemoteException { } in unhold() method in ConnectionServiceFixture.FakeConnectionService
/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/ui/activecall/
DOnGoingCallControllerBarFragmentTest.java177 verify(mMockCall).unhold(); in testClickPauseButton_onholdCall()
187 verify(mMockCall, never()).unhold(); in testClickPauseButton_connectingCall()
/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.java155 call.unhold(); in onCreate()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java2686 public void unhold() { in unhold() method in Call
2687 unhold(null /* reason */); in unhold()
2690 public void unhold(String reason) { in unhold() method in Call
2693 mConnectionService.unhold(this); in unhold()
DConnectionServiceWrapper.java1562 void unhold(Call call) { in unhold() method in ConnectionServiceWrapper
1567 mServiceInterface.unhold(callId, Log.getExternalSession(TELECOM_ABBREVIATION)); in unhold()
DCallsManager.java3214 foregroundCall.unhold();
3225 foregroundCall.unhold();
5377 mCall.unhold("held " + mPreviouslyHeldCallId);
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DOnGoingCallControllerBarFragment.java304 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.java258 call.unhold(); in holdClicked()
DCallCardPresenter.java1012 secondary.unhold(); in onSecondaryInfoClicked()
DInCallPresenter.java1377 heldCall.unhold(); in handleCallKey()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java759 verify(heldCall).unhold(); in testProcessChldHoldActiveUnhold()