Searched refs:getOutgoingCall (Results 1 – 18 of 18) sorted by relevance
108 public void getOutgoingCall() { in getOutgoingCall() method in CallInfoTest116 assertThat(mMockCallInfo.getOutgoingCall()).isEqualTo(outgoingCall); in getOutgoingCall()
151 doReturn(null).when(mMockCallInfo).getOutgoingCall(); in setUp()2045 when(mMockCallInfo.getOutgoingCall()).thenReturn(call); in createOutgoingCall()
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()
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()
146 DialerCall call = callList.getOutgoingCall(); in hangUpOngoingCall()
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()
864 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()
554 BluetoothCall dialingCall = mCallInfo.getOutgoingCall(); in isHighDefCallInProgress()1307 BluetoothCall dialingCall = mCallInfo.getOutgoingCall(); in getBluetoothCallStateForUpdate()1481 public BluetoothCall getOutgoingCall() { in getOutgoingCall() method in BluetoothInCallService.CallInfo
3423 if (getOutgoingCall() != null) {4414 public Call getOutgoingCall() {