Home
last modified time | relevance | path

Searched refs:getForegroundCall (Results 1 – 15 of 15) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java248 Log.addEvent(mCallsManager.getForegroundCall(), LogUtils.Events.AUDIO_ROUTE, in enter()
251 Log.addEvent(mCallsManager.getForegroundCall(), in enter()
258 Log.addEvent(mCallsManager.getForegroundCall(), LogUtils.Events.AUDIO_ROUTE, in exit()
273 Log.addEvent(mCallsManager.getForegroundCall(), LogUtils.Events.AUDIO_ROUTE, in processMessage()
279 Log.addEvent(mCallsManager.getForegroundCall(), LogUtils.Events.AUDIO_ROUTE, in processMessage()
287 Log.addEvent(mCallsManager.getForegroundCall(), LogUtils.Events.AUDIO_ROUTE, in processMessage()
291 Log.addEvent(mCallsManager.getForegroundCall(), LogUtils.Events.AUDIO_ROUTE, in processMessage()
295 Log.addEvent(mCallsManager.getForegroundCall(), LogUtils.Events.AUDIO_ROUTE, in processMessage()
1668 Log.addEvent(mCallsManager.getForegroundCall(), mute ? in setMuteOn()
1745 Call call = mCallsManager.getForegroundCall(); in updateAudioForForegroundCall()
[all …]
DCallAudioManager.java339 if (call != getForegroundCall()) { in onVideoStateChanged()
364 public Call getForegroundCall() { in getForegroundCall() method in CallAudioManager
843 Call foregroundCall = getForegroundCall(); in shouldPlayHoldTone()
DCallsManager.java1127 public Call getForegroundCall() { in getForegroundCall() method in CallsManager
1132 return mCallAudioManager.getForegroundCall(); in getForegroundCall()
1341 if (getForegroundCall() != null) { in processIncomingCallIntent()
1342 getForegroundCall().getAnalytics().setCallIsInterrupted(true); in processIncomingCallIntent()
1699 Call foregroundCall = getForegroundCall(); in startOutgoingCall()
3345 Log.addEvent(getForegroundCall(),
3359 Log.addEvent(getForegroundCall(), LogUtils.Events.INFO,
3491 Call foregroundCall = getForegroundCall();
DTelecomServiceImpl.java2155 Call call = mCallsManager.getForegroundCall(); in endCallInternal()
/packages/services/Telephony/tests/src/com/android/phone/
DNumberVerificationManagerTest.java62 when(mPhone1.getForegroundCall()).thenReturn(mForegroundCall); in setUp()
66 when(mPhone2.getForegroundCall()).thenReturn(mForegroundCall); in setUp()
155 when(mPhone1.getForegroundCall()).thenReturn(fakeCall); in testVerificationWorksWithOnePhoneFull()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioManagerTest.java256 assertEquals(call, mCallAudioManager.getForegroundCall());
340 assertEquals(call, mCallAudioManager.getForegroundCall());
390 assertEquals(call, mCallAudioManager.getForegroundCall());
557 assertNull(mCallAudioManager.getForegroundCall());
617 assertEquals(call, mCallAudioManager.getForegroundCall());
643 assertEquals(call, mCallAudioManager.getForegroundCall());
DTelecomServiceImplTest.java1079 when(mFakeCallsManager.getForegroundCall()).thenReturn(call); in testEndCallWithRingingForegroundCall()
1089 when(mFakeCallsManager.getForegroundCall()).thenReturn(call); in testEndCallWithSimulatedRingingForegroundCall()
1099 when(mFakeCallsManager.getForegroundCall()).thenReturn(call); in testEndCallWithNonRingingForegroundCall()
DCallAudioRouteStateMachineTest.java117 when(mockCallsManager.getForegroundCall()).thenReturn(fakeCall); in setUp()
716 when(mockCallsManager.getForegroundCall()).thenReturn(fakeCall); in resetMocks()
DCallAudioRouteTransitionTests.java182 when(mockCallsManager.getForegroundCall()).thenReturn(fakeCall); in setUp()
/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java349 BluetoothCall call = mCallInfo.getForegroundCall(); in hangupCall()
374 BluetoothCall call = mCallInfo.getForegroundCall(); in sendDtmf()
481 BluetoothCall call = mCallInfo.getForegroundCall(); in sendBluetoothCallQualityReport()
591 boolean isForeground = mCallInfo.getForegroundCall() == call; in sendClccForCall()
1018 public BluetoothCall getForegroundCall() { in getForegroundCall() method in BluetoothInCallService.CallInfo
1124 BluetoothCall call = getForegroundCall(); in getBestPhoneAccount()
/packages/services/Telephony/src/com/android/phone/
DNumberVerificationManager.java143 && (phone.getForegroundCall().getState() == Call.State.IDLE in checkNumberVerificationFeasibility()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java176 when(mMockCallInfo.getForegroundCall()).thenReturn(null); in testHeadsetHangupCallNull()
195 when(mMockCallInfo.getForegroundCall()).thenReturn(null); in testHeadsetSendDTMFNull()
212 when(mMockCallInfo.getForegroundCall()).thenReturn(null); in testGetNetworkOperatorNoPhoneAccount()
1142 when(mMockCallInfo.getForegroundCall()).thenReturn(call); in createForegroundCall()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnection.java161 getPhone().getForegroundCall().getState() != Call.State.DIALING) { in onUnhold()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java1847 ImsPhoneCall foregroundCall = ((ImsPhone) phone).getForegroundCall(); in shouldSetDisableAddCallExtra()
2251 if (!phone.getForegroundCall().isIdle()) { in hasMultipleTopLevelCalls()
2263 return getPhone().getForegroundCall().getEarliestConnection(); in getForegroundConnection()
DTelephonyConnectionService.java1412 final Call foregroundCall = phone.getForegroundCall(); in onCreateUnknownConnection()
1418 final Call imsFgCall = phone.getImsPhone().getForegroundCall(); in onCreateUnknownConnection()