Home
last modified time | relevance | path

Searched defs:activeCall (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java247 BluetoothCall activeCall = createActiveCall(); in testListCurrentCallsOneCall() local
774 BluetoothCall activeCall = createActiveCall(); in testProcessChldReleaseActiveRinging() local
787 BluetoothCall activeCall = createActiveCall(); in testProcessChldReleaseActiveHold() local
823 BluetoothCall activeCall = createActiveCall(); in testProcessChldHoldActiveHold() local
835 BluetoothCall activeCall = createActiveCall(); in testProcessChldAddHeldToConfHolding() local
846 BluetoothCall activeCall = createActiveCall(); in testProcessChldAddHeldToConf() local
936 BluetoothCall activeCall = createActiveCall(); in testOnCallRemoved() local
948 BluetoothCall activeCall = getMockCall(); in testOnCallStateChangedConnectingCall() local
1009 BluetoothCall activeCall = createActiveCall(); in testOnCallStateChangedAudioProcessingToActive() local
1021 BluetoothCall activeCall = createActiveCall(); in testOnCallStateChangedDialing() local
[all …]
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DAnswerScreenPresenter.java184 DialerCall activeCall = CallList.getInstance().getActiveCall(); in onAnswerAndReleaseCall() local
198 DialerCall activeCall = CallList.getInstance().getActiveCall(); in onAnswerAndReleaseButtonDisabled() local
206 DialerCall activeCall = CallList.getInstance().getActiveCall(); in onAnswerAndReleaseButtonEnabled() local
H A DProximitySensor.java114 DialerCall activeCall = callList.getActiveCall(); in onStateChange() local
H A DVideoCallPresenter.java201 final DialerCall activeCall = CallList.getInstance().getActiveCall(); in updateCameraSelection() local
H A DInCallPresenter.java1343 final DialerCall activeCall = calls.getActiveCall(); in handleCallKey() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java215 BluetoothCall activeCall = mCallInfo.getActiveCall(); in onStateChanged() local
737 BluetoothCall activeCall = mCallInfo.getActiveCall(); in _processChld() local
830 BluetoothCall activeCall = mCallInfo.getActiveCall(); in updateHeadsetWithCallState() local
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFocusManagerTest.java207 CallFocus activeCall = createFakeCall(mActiveConnectionService, CallState.ACTIVE); in testCallStateChangedAffectCallFocus() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/preferredsim/impl/
H A DPreferredAccountWorkerImpl.java422 ActiveCallInfo activeCall = activeCalls.get(0); in getActiveCallLabel() local
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceWrapper.java1614 public void onCallAudioStateChanged(Call activeCall, CallAudioState audioState) { in onCallAudioStateChanged()
1628 public void onUsingAlternativeUi(Call activeCall, boolean isUsingAlternativeUi) { in onUsingAlternativeUi()
1642 public void onTrackedByNonUiService(Call activeCall, boolean isTracked) { in onTrackedByNonUiService()
H A DCallsManager.java1298 Call activeCall = (Call) mConnectionSvrFocusMgr.getCurrentFocusCall(); in processIncomingCallIntent() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java233 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall(); in onIncomingCall() local
1734 ImsCall activeCall = mForegroundCall.getImsCall(); in acceptCall() local
4706 private boolean shouldDisconnectActiveCallOnAnswer(ImsCall activeCall, in shouldDisconnectActiveCallOnAnswer()