/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothCall.java | 107 public void unhold() { in unhold() method in BluetoothCall 108 mCall.unhold(); in unhold()
|
D | BluetoothInCallService.java | 1117 heldCall.unhold(); in _processChld() 1133 heldCall.unhold(); in _processChld() 1777 call.unhold();
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Hfp.kt | 178 inCallService.calls[1].unhold() in swapActiveCall()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallsManagerTest.java | 980 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 …]
|
D | TransactionTests.java | 454 doNothing().when(callSpy).unhold(); in createSpyCall()
|
D | ConnectionServiceFixture.java | 358 public void unhold(String callId, Session.Info info) throws RemoteException { } in unhold() method in ConnectionServiceFixture.FakeConnectionService
|
D | CallTest.java | 638 call.unhold(); in testCallEventCallbacksWereCalled()
|
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/ |
D | CarModeInCallUI.java | 137 call.unhold(); in onCreate()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
D | BluetoothCallTest.java | 114 assertThrows(NullPointerException.class, () -> mBluetoothCall.unhold()); in unhold_whenInnerCallIsNull_throwsNPE()
|
D | BluetoothInCallServiceTest.java | 1189 verify(heldCall).unhold(); in testProcessChldHoldActiveUnhold()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestConnectionManager.java | 207 mRemote.unhold(); in onUnhold()
|
D | TestInCallUI.java | 157 call.unhold(); in onCreate()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | CallButtonPresenter.java | 258 call.unhold(); in holdClicked()
|
D | InCallActivity.java | 351 call.unhold(); in relaunchedFromDialer() 1366 backgroundCall.unhold(); in getShouldShowSpeakEasyUi()
|
D | CallCardPresenter.java | 1012 secondary.unhold(); in onSecondaryInfoClicked()
|
D | InCallPresenter.java | 1377 heldCall.unhold(); in handleCallKey()
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | DialerCall.java | 1454 public void unhold() { in unhold() method in DialerCall 1456 telecomCall.unhold(); in unhold()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | Call.java | 3147 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()
|
D | ConnectionServiceWrapper.java | 2021 void unhold(Call call) { in unhold() method in ConnectionServiceWrapper 2026 mServiceInterface.unhold(callId, Log.getExternalSession(TELECOM_ABBREVIATION)); in unhold()
|
D | CallsManager.java | 4189 foregroundCall.unhold(); 4200 foregroundCall.unhold(); 6545 mCall.unhold("held " + mPreviouslyHeldCallId);
|