Searched refs:getOutgoingCall (Results 1 – 17 of 17) sorted by relevance
387 DialerCall retval = getOutgoingCall(); in getOutgoingOrActive()403 public DialerCall getOutgoingCall() { in getOutgoingCall() method in CallList461 result = getOutgoingCall(); in getFirstCall()
104 DialerCall dialerCall = CallList.getInstance().getOutgoingCall(); in getCall()
145 DialerCall call = callList.getOutgoingCall(); in getCall()
141 call = callList.getOutgoingCall(); in onStateChange()
142 DialerCall call = callList.getOutgoingCall(); in hangUpOngoingCall()
427 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()
273 DialerCall dialerCall = CallList.getInstance().getOutgoingCall(); in getCall()
118 call = callList.getOutgoingCall(); in onStateChange()
519 currentCall = primary = callList.getOutgoingCall(); in onStateChange()
263 primary = callList.getOutgoingCall(); in onStateChange()
837 call = callList.getOutgoingCall(); in getCallToShow()
312 DialerCall outgoingCall = CallList.getInstance().getOutgoingCall(); in internalResolveIntent()
150 if (callList.getOutgoingCall() != null) { in onCallListChange()
216 DialerCall dialerCall = CallList.getInstance().getOutgoingCall(); in logCallAudioRouteImpression()
950 BluetoothCall dialingCall = mCallInfo.getOutgoingCall(); in getBluetoothCallStateForUpdate()1124 public BluetoothCall getOutgoingCall() { in getOutgoingCall() method in BluetoothInCallService.CallInfo
132 doReturn(null).when(mMockCallInfo).getOutgoingCall(); in setUp()1194 when(mMockCallInfo.getOutgoingCall()).thenReturn(call); in createOutgoingCall()
2753 if (getOutgoingCall() != null) {3457 public Call getOutgoingCall() {