Home
last modified time | relevance | path

Searched refs:getOutgoingCall (Results 1 – 18 of 18) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java108 public void getOutgoingCall() { in getOutgoingCall() method in CallInfoTest
116 assertThat(mMockCallInfo.getOutgoingCall()).isEqualTo(outgoingCall); in getOutgoingCall()
DBluetoothInCallServiceTest.java151 doReturn(null).when(mMockCallInfo).getOutgoingCall(); in setUp()
2045 when(mMockCallInfo.getOutgoingCall()).thenReturn(call); in createOutgoingCall()
/packages/apps/Dialer/java/com/android/incallui/call/
DCallList.java387 DialerCall retval = getOutgoingCall(); in getOutgoingOrActive()
403 public DialerCall getOutgoingCall() { in getOutgoingCall() method in CallList
461 result = getOutgoingCall(); in getFirstCall()
/packages/apps/Dialer/java/com/android/incallui/
DAudioRouteSelectorActivity.java104 DialerCall dialerCall = CallList.getInstance().getOutgoingCall(); in getCall()
DReturnToCallActionReceiver.java145 DialerCall call = callList.getOutgoingCall(); in getCall()
DVideoPauseController.java141 call = callList.getOutgoingCall(); in onStateChange()
DInCallPresenter.java427 dialerCall = callList.getOutgoingCall(); in shouldStartInBubbleMode()
873 primary = callList.getOutgoingCall(); in onCallListChange()
894 callList.getActiveOrBackgroundCall() != null || callList.getOutgoingCall() != null; in onCallListChange()
1067 } else if (callList.getOutgoingCall() != null) { in getPotentialStateFromCallList()
DNotificationBroadcastReceiver.java146 DialerCall call = callList.getOutgoingCall(); in hangUpOngoingCall()
DReturnToCallController.java273 DialerCall dialerCall = CallList.getInstance().getOutgoingCall(); in getCall()
DCallButtonPresenter.java118 call = callList.getOutgoingCall(); in onStateChange()
DVideoCallPresenter.java519 currentCall = primary = callList.getOutgoingCall(); in onStateChange()
DCallCardPresenter.java263 primary = callList.getOutgoingCall(); in onStateChange()
DStatusBarNotifier.java864 call = callList.getOutgoingCall(); in getCallToShow()
DInCallActivity.java312 DialerCall outgoingCall = CallList.getInstance().getOutgoingCall(); in internalResolveIntent()
/packages/apps/Dialer/java/com/android/incallui/multisim/
DSwapSimWorker.java150 if (callList.getOutgoingCall() != null) { in onCallListChange()
/packages/apps/Dialer/java/com/android/incallui/audioroute/
DAudioRouteSelectorDialogFragment.java216 DialerCall dialerCall = CallList.getInstance().getOutgoingCall(); in logCallAudioRouteImpression()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java554 BluetoothCall dialingCall = mCallInfo.getOutgoingCall(); in isHighDefCallInProgress()
1307 BluetoothCall dialingCall = mCallInfo.getOutgoingCall(); in getBluetoothCallStateForUpdate()
1481 public BluetoothCall getOutgoingCall() { in getOutgoingCall() method in BluetoothInCallService.CallInfo
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java3423 if (getOutgoingCall() != null) {
4414 public Call getOutgoingCall() {