Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DIncomingCallNotifierTest.java122 when(mCallsManagerProxy.getActiveCall()).thenReturn(mAudioCall); in testIncomingDuringOngoingCall2()
138 when(mCallsManagerProxy.getActiveCall()).thenReturn(mAudioCall); in testCallRemoved()
157 when(mCallsManagerProxy.getActiveCall()).thenReturn(mAudioCall); in testDontShowDuringHandover1()
176 when(mCallsManagerProxy.getActiveCall()).thenReturn(mAudioCall); in testDontShowDuringHandover2()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A 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()
H A DConferenceManagerPresenter.java124 final boolean hasActiveCall = (callList.getActiveCall() != null); in update()
H A DVideoPauseController.java143 call = callList.getActiveCall(); in onStateChange()
H A DVideoCallPresenter.java201 final DialerCall activeCall = CallList.getInstance().getActiveCall(); in updateCameraSelection()
513 primary = callList.getActiveCall(); in onStateChange()
523 currentCall = primary = callList.getActiveCall(); in onStateChange()
H A DProximitySensor.java114 DialerCall activeCall = callList.getActiveCall(); in onStateChange()
H A DInCallPresenter.java911 DialerCall retval = callList.getActiveCall(); in getCallToDisplay()
1069 } else if (callList.getActiveCall() != null in getPotentialStateFromCallList()
1343 final DialerCall activeCall = calls.getActiveCall(); in handleCallKey()
H A DInCallActivity.java1357 : CallList.getInstance().getActiveCall(); in getShouldShowSpeakEasyUi()
1508 if (CallList.getInstance().getActiveCall() == null) { in shouldAllowAnswerAndRelease()
/aosp12/packages/apps/Dialer/java/com/android/incallui/call/
H A 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()
/aosp12/packages/apps/Dialer/java/com/android/incallui/ringtone/
H A DDialerRingtoneManager.java89 return callList.getActiveCall() == null in translateCallStateForCallWaiting()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DDialerCodeReceiver.java68 Call currentCall = mCallsManager.getActiveCall(); in onReceive()
H A DTelecomSystem.java369 public Call getActiveCall() { in TelecomSystem()
370 return mCallsManager.getActiveCall(); in TelecomSystem()
H A DCallsManager.java2462 Call activeCall = getActiveCall();
2503 Call activeCall = getActiveCall();
3246 Call activeCall = getActiveCall();
3422 public Call getActiveCall() {
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DIncomingCallNotifier.java64 Call getActiveCall(); in getActiveCall() method
178 mCallsManagerProxy.getActiveCall()); in showIncomingCallNotification()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java215 BluetoothCall activeCall = mCallInfo.getActiveCall(); in onStateChanged()
737 BluetoothCall activeCall = mCallInfo.getActiveCall(); in _processChld()
830 BluetoothCall activeCall = mCallInfo.getActiveCall(); in updateHeadsetWithCallState()
1139 public BluetoothCall getActiveCall() { in getActiveCall() method in BluetoothInCallService.CallInfo
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java128 doReturn(null).when(mMockCallInfo).getActiveCall(); in setUp()
938 doReturn(null).when(mMockCallInfo).getActiveCall(); in testOnCallRemoved()
1071 when(mMockCallInfo.getActiveCall()).thenReturn(ringingCall); in testOnCallStateChanged()
1175 when(mMockCallInfo.getActiveCall()).thenReturn(call); in createActiveCall()