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()
1640 Log.addEvent(mCallsManager.getForegroundCall(), mute ? in setMuteOn()
1717 Call call = mCallsManager.getForegroundCall(); in updateAudioForForegroundCall()
[all …]
DBluetoothPhoneServiceImpl.java129 Call call = mCallsManager.getForegroundCall();
150 Call call = mCallsManager.getForegroundCall();
589 boolean isForeground = mCallsManager.getForegroundCall() == call; in sendClccForCall()
915 Call call = mCallsManager.getForegroundCall(); in getBestPhoneAccount()
DCallAudioManager.java331 if (call != getForegroundCall()) { in onVideoStateChanged()
356 public Call getForegroundCall() { in getForegroundCall() method in CallAudioManager
831 Call foregroundCall = getForegroundCall(); in shouldPlayHoldTone()
DCallsManager.java1042 public Call getForegroundCall() { in getForegroundCall() method in CallsManager
1047 return mCallAudioManager.getForegroundCall(); in getForegroundCall()
1253 if (getForegroundCall() != null) { in processIncomingCallIntent()
1254 getForegroundCall().getAnalytics().setCallIsInterrupted(true); in processIncomingCallIntent()
1569 Call foregroundCall = getForegroundCall(); in startOutgoingCall()
3116 Log.addEvent(getForegroundCall(),
3130 Log.addEvent(getForegroundCall(), LogUtils.Events.INFO,
3262 Call foregroundCall = getForegroundCall();
DTelecomServiceImpl.java1994 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());
DBluetoothPhoneServiceTest.java172 when(mMockCallsManager.getForegroundCall()).thenReturn(null); in testHeadsetHangupCallNull()
195 when(mMockCallsManager.getForegroundCall()).thenReturn(null); in testHeadsetSendDTMFNull()
220 when(mMockCallsManager.getForegroundCall()).thenReturn(null); in testGetNetworkOperatorNoPhoneAccount()
1107 when(mMockCallsManager.getForegroundCall()).thenReturn(call); in createForegroundCall()
DTelecomServiceImplTest.java900 when(mFakeCallsManager.getForegroundCall()).thenReturn(call); in testEndCallWithRingingForegroundCall()
910 when(mFakeCallsManager.getForegroundCall()).thenReturn(call); in testEndCallWithSimulatedRingingForegroundCall()
920 when(mFakeCallsManager.getForegroundCall()).thenReturn(call); in testEndCallWithNonRingingForegroundCall()
DCallAudioRouteStateMachineTest.java114 when(mockCallsManager.getForegroundCall()).thenReturn(fakeCall); in setUp()
635 when(mockCallsManager.getForegroundCall()).thenReturn(fakeCall); in resetMocks()
DCallAudioRouteTransitionTests.java182 when(mockCallsManager.getForegroundCall()).thenReturn(fakeCall); in setUp()
/packages/services/Telephony/src/com/android/phone/
DNumberVerificationManager.java143 && (phone.getForegroundCall().getState() == Call.State.IDLE in checkNumberVerificationFeasibility()
/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.java1580 ImsPhoneCall foregroundCall = ((ImsPhone) phone).getForegroundCall(); in shouldSetDisableAddCallExtra()
1965 if (!phone.getForegroundCall().isIdle()) { in hasMultipleTopLevelCalls()
1977 return getPhone().getForegroundCall().getEarliestConnection(); in getForegroundConnection()
DTelephonyConnectionService.java1423 final Call foregroundCall = phone.getForegroundCall(); in onCreateUnknownConnection()
1429 final Call imsFgCall = phone.getImsPhone().getForegroundCall(); in onCreateUnknownConnection()