/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/ |
D | MockCallManager.java | 133 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/ |
D | BluetoothCall.java | 83 public void unhold() { in unhold() method in BluetoothCall 84 mCall.unhold(); in unhold()
|
D | BluetoothInCallService.java | 752 heldCall.unhold(); in _processChld() 768 heldCall.unhold(); in _processChld()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallsManagerTest.java | 574 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()
|
D | ConnectionServiceFixture.java | 338 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/ |
D | OnGoingCallControllerBarFragmentTest.java | 177 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/ |
D | CarModeInCallUI.java | 137 call.unhold(); in onCreate()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestConnectionManager.java | 207 mRemote.unhold(); in onUnhold()
|
D | TestInCallUI.java | 155 call.unhold(); in onCreate()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | Call.java | 2686 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()
|
D | ConnectionServiceWrapper.java | 1562 void unhold(Call call) { in unhold() method in ConnectionServiceWrapper 1567 mServiceInterface.unhold(callId, Log.getExternalSession(TELECOM_ABBREVIATION)); in unhold()
|
D | CallsManager.java | 3214 foregroundCall.unhold(); 3225 foregroundCall.unhold(); 5377 mCall.unhold("held " + mPreviouslyHeldCallId);
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/ |
D | OnGoingCallControllerBarFragment.java | 304 mPrimaryCallLiveData.getValue().unhold(); in onUnholdCall()
|
/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/apps/Dialer/java/com/android/incallui/ |
D | InCallActivity.java | 351 call.unhold(); in relaunchedFromDialer() 1366 backgroundCall.unhold(); in getShouldShowSpeakEasyUi()
|
D | CallButtonPresenter.java | 258 call.unhold(); in holdClicked()
|
D | CallCardPresenter.java | 1012 secondary.unhold(); in onSecondaryInfoClicked()
|
D | InCallPresenter.java | 1377 heldCall.unhold(); in handleCallKey()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallServiceTest.java | 759 verify(heldCall).unhold(); in testProcessChldHoldActiveUnhold()
|