Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothCall.java107 public void unhold() { in unhold() method in BluetoothCall
108 mCall.unhold(); in unhold()
DBluetoothInCallService.java1117 heldCall.unhold(); in _processChld()
1133 heldCall.unhold(); in _processChld()
1777 call.unhold();
/packages/modules/Bluetooth/android/pandora/server/src/
DHfp.kt178 inCallService.calls[1].unhold() in swapActiveCall()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallsManagerTest.java980 verify(heldCall).unhold(any()); in testUnholdCallWhenOngoingCallCanBeHeld()
1003 verify(heldCall).unhold(any()); in testUnholdCallWhenOngoingCallCanNotBeHeldAndFromDifferentConnectionService()
1027 verify(heldCall, never()).unhold(); in testDontUnholdCallsBetweenConnectionServices()
1051 verify(heldCall).unhold(); in testUnholdCallWhenDisconnectingInSameApp()
1075 verify(heldCall, never()).unhold(any()); in testUnholdCallWhenOngoingEmergCallCanNotBeHeldAndFromDifferentConnectionService()
1098 verify(heldCall).unhold(any()); in testUnholdCallWhenOngoingCallCanNotBeHeldAndHasSameConnectionService()
1605 verify(heldCall).unhold(nullable(String.class)); in testSwapCallsWhenHeadsetMediaButtonShortPressDuringTwoCalls()
2489 verify(heldCall).unhold(any()); in testSwapCallsWithSameConnectionMgr()
3297 verify(existingCall).unhold(); in testOnFailedOutgoingCallUnholdsCallAfterLocallyDisconnect()
3318 verify(existingCall).unhold(); in testOnFailedOutgoingCallUnholdsCallIfNoHoldButton()
[all …]
DTransactionTests.java454 doNothing().when(callSpy).unhold(); in createSpyCall()
DConnectionServiceFixture.java358 public void unhold(String callId, Session.Info info) throws RemoteException { } in unhold() method in ConnectionServiceFixture.FakeConnectionService
DCallTest.java638 call.unhold(); in testCallEventCallbacksWereCalled()
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
DCarModeInCallUI.java137 call.unhold(); in onCreate()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothCallTest.java114 assertThrows(NullPointerException.class, () -> mBluetoothCall.unhold()); in unhold_whenInnerCallIsNull_throwsNPE()
DBluetoothInCallServiceTest.java1189 verify(heldCall).unhold(); in testProcessChldHoldActiveUnhold()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java207 mRemote.unhold(); in onUnhold()
DTestInCallUI.java157 call.unhold(); in onCreate()
/packages/apps/Dialer/java/com/android/incallui/
DCallButtonPresenter.java258 call.unhold(); in holdClicked()
DInCallActivity.java351 call.unhold(); in relaunchedFromDialer()
1366 backgroundCall.unhold(); in getShouldShowSpeakEasyUi()
DCallCardPresenter.java1012 secondary.unhold(); in onSecondaryInfoClicked()
DInCallPresenter.java1377 heldCall.unhold(); in handleCallKey()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java1454 public void unhold() { in unhold() method in DialerCall
1456 telecomCall.unhold(); in unhold()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java3147 public void unhold() { in unhold() method in Call
3148 unhold(null /* reason */); in unhold()
3151 public void unhold(String reason) { in unhold() method in Call
3156 mConnectionService.unhold(this); in unhold()
DConnectionServiceWrapper.java2021 void unhold(Call call) { in unhold() method in ConnectionServiceWrapper
2026 mServiceInterface.unhold(callId, Log.getExternalSession(TELECOM_ABBREVIATION)); in unhold()
DCallsManager.java4189 foregroundCall.unhold();
4200 foregroundCall.unhold();
6545 mCall.unhold("held " + mPreviouslyHeldCallId);