Home
last modified time | relevance | path

Searched refs:getActiveCall (Results 1 – 20 of 20) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DIncomingCallNotifierTest.java131 when(mCallsManagerProxy.getActiveCall()).thenReturn(mAudioCall); in testIncomingDuringOngoingCall2()
149 when(mCallsManagerProxy.getActiveCall()).thenReturn(mAudioCall); in testCallRemoved()
170 when(mCallsManagerProxy.getActiveCall()).thenReturn(mAudioCall); in testDontShowDuringHandover1()
191 when(mCallsManagerProxy.getActiveCall()).thenReturn(mAudioCall); in testDontShowDuringHandover2()
DTransactionTests.java208 when(mCallsManager.getActiveCall()).thenReturn(null); in testRequestNewCallFocusFailure()
/packages/apps/Dialer/java/com/android/incallui/
DAnswerScreenPresenter.java184 DialerCall activeCall = CallList.getInstance().getActiveCall(); in onAnswerAndReleaseCall()
198 DialerCall activeCall = CallList.getInstance().getActiveCall(); in onAnswerAndReleaseButtonDisabled()
206 DialerCall activeCall = CallList.getInstance().getActiveCall(); in onAnswerAndReleaseButtonEnabled()
DConferenceManagerPresenter.java124 final boolean hasActiveCall = (callList.getActiveCall() != null); in update()
DVideoPauseController.java143 call = callList.getActiveCall(); in onStateChange()
DVideoCallPresenter.java201 final DialerCall activeCall = CallList.getInstance().getActiveCall(); in updateCameraSelection()
513 primary = callList.getActiveCall(); in onStateChange()
523 currentCall = primary = callList.getActiveCall(); in onStateChange()
DProximitySensor.java114 DialerCall activeCall = callList.getActiveCall(); in onStateChange()
DInCallPresenter.java911 DialerCall retval = callList.getActiveCall(); in getCallToDisplay()
1069 } else if (callList.getActiveCall() != null in getPotentialStateFromCallList()
1343 final DialerCall activeCall = calls.getActiveCall(); in handleCallKey()
DInCallActivity.java1357 : CallList.getInstance().getActiveCall(); in getShouldShowSpeakEasyUi()
1508 if (CallList.getInstance().getActiveCall() == null) { in shouldAllowAnswerAndRelease()
/packages/apps/Dialer/java/com/android/incallui/call/
DCallList.java381 retval = getActiveCall(); in getIncomingOrActive()
389 retval = getActiveCall(); in getOutgoingOrActive()
414 public DialerCall getActiveCall() { in getActiveCall() method in CallList
439 DialerCall call = getActiveCall(); in getActiveOrBackgroundCall()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DIncomingCallNotifier.java65 Call getActiveCall(); in getActiveCall() method
181 mCallsManagerProxy.getActiveCall()); in showIncomingCallNotification()
/packages/services/Telecomm/src/com/android/server/telecom/
DDialerCodeReceiver.java68 Call currentCall = mCallsManager.getActiveCall(); in onReceive()
DTelecomSystem.java449 public Call getActiveCall() { in TelecomSystem()
450 return mCallsManager.getActiveCall(); in TelecomSystem()
DCallsManager.java3133 Call activeCall = getActiveCall();
3174 Call activeCall = getActiveCall();
4216 Call activeCall = getActiveCall();
4388 public Call getActiveCall() {
/packages/apps/Dialer/java/com/android/incallui/ringtone/
DDialerRingtoneManager.java89 return callList.getActiveCall() == null in translateCallStateForCallWaiting()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java83 public void getActiveCall() { in getActiveCall() method in CallInfoTest
91 assertThat(mMockCallInfo.getActiveCall()).isEqualTo(activeCall); in getActiveCall()
DBluetoothInCallServiceTest.java148 doReturn(null).when(mMockCallInfo).getActiveCall(); in setUp()
1320 doReturn(null).when(mMockCallInfo).getActiveCall(); in testOnCallRemoved()
1334 doReturn(null).when(mMockCallInfo).getActiveCall(); in testOnDetailsChangeExternalRemovesCall()
1552 when(mMockCallInfo.getActiveCall()).thenReturn(ringingCall); in testOnCallStateChanged()
2026 when(mMockCallInfo.getActiveCall()).thenReturn(call); in createActiveCall()
/packages/services/Telecomm/src/com/android/server/telecom/voip/
DRequestNewActiveCallTransaction.java73 mCallsManager.getActiveCall() != null) { in processTransaction()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java253 BluetoothCall activeCall = mCallInfo.getActiveCall(); in onStateChanged()
555 BluetoothCall activeCall = mCallInfo.getActiveCall(); in isHighDefCallInProgress()
1067 BluetoothCall activeCall = mCallInfo.getActiveCall(); in _processChld()
1166 BluetoothCall activeCall = mCallInfo.getActiveCall(); in updateHeadsetWithCallState()
1496 public BluetoothCall getActiveCall() { in getActiveCall() method in BluetoothInCallService.CallInfo
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsCallStatusTracker.java845 mActiveCallTracker.updateCallQuality(getActiveCall()); in updateCallState()
897 CallState getActiveCall() { in getActiveCall() method in QnsCallStatusTracker