Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/call/
H A DCallList.java387 DialerCall retval = getOutgoingCall(); in getOutgoingOrActive()
403 public DialerCall getOutgoingCall() { in getOutgoingCall() method in CallList
461 result = getOutgoingCall(); in getFirstCall()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DAudioRouteSelectorActivity.java104 DialerCall dialerCall = CallList.getInstance().getOutgoingCall(); in getCall()
H A DReturnToCallActionReceiver.java145 DialerCall call = callList.getOutgoingCall(); in getCall()
H A DVideoPauseController.java141 call = callList.getOutgoingCall(); in onStateChange()
H A DNotificationBroadcastReceiver.java142 DialerCall call = callList.getOutgoingCall(); in hangUpOngoingCall()
H A 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()
H A DReturnToCallController.java273 DialerCall dialerCall = CallList.getInstance().getOutgoingCall(); in getCall()
H A DCallButtonPresenter.java118 call = callList.getOutgoingCall(); in onStateChange()
H A DVideoCallPresenter.java519 currentCall = primary = callList.getOutgoingCall(); in onStateChange()
H A DCallCardPresenter.java263 primary = callList.getOutgoingCall(); in onStateChange()
H A DStatusBarNotifier.java837 call = callList.getOutgoingCall(); in getCallToShow()
H A DInCallActivity.java312 DialerCall outgoingCall = CallList.getInstance().getOutgoingCall(); in internalResolveIntent()
/aosp12/packages/apps/Dialer/java/com/android/incallui/multisim/
H A DSwapSimWorker.java150 if (callList.getOutgoingCall() != null) { in onCallListChange()
/aosp12/packages/apps/Dialer/java/com/android/incallui/audioroute/
H A DAudioRouteSelectorDialogFragment.java216 DialerCall dialerCall = CallList.getInstance().getOutgoingCall(); in logCallAudioRouteImpression()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java950 BluetoothCall dialingCall = mCallInfo.getOutgoingCall(); in getBluetoothCallStateForUpdate()
1124 public BluetoothCall getOutgoingCall() { in getOutgoingCall() method in BluetoothInCallService.CallInfo
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java132 doReturn(null).when(mMockCallInfo).getOutgoingCall(); in setUp()
1194 when(mMockCallInfo.getOutgoingCall()).thenReturn(call); in createOutgoingCall()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManager.java2753 if (getOutgoingCall() != null) {
3457 public Call getOutgoingCall() {