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()
1637 Log.addEvent(mCallsManager.getForegroundCall(), mute ? in setMuteOn()
1714 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
835 Call foregroundCall = getForegroundCall(); in shouldPlayHoldTone()
DCallsManager.java1052 public Call getForegroundCall() { in getForegroundCall() method in CallsManager
1057 return mCallAudioManager.getForegroundCall(); in getForegroundCall()
1263 if (getForegroundCall() != null) { in processIncomingCallIntent()
1264 getForegroundCall().getAnalytics().setCallIsInterrupted(true); in processIncomingCallIntent()
1584 Call foregroundCall = getForegroundCall(); in startOutgoingCall()
3146 Log.addEvent(getForegroundCall(),
3160 Log.addEvent(getForegroundCall(), LogUtils.Events.INFO,
3292 Call foregroundCall = getForegroundCall();
DTelecomServiceImpl.java1984 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()
DCallAudioRouteStateMachineTest.java114 when(mockCallsManager.getForegroundCall()).thenReturn(fakeCall); in setUp()
635 when(mockCallsManager.getForegroundCall()).thenReturn(fakeCall); in resetMocks()
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()
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.java1571 ImsPhoneCall foregroundCall = ((ImsPhone) phone).getForegroundCall(); in shouldSetDisableAddCallExtra()
1956 if (!phone.getForegroundCall().isIdle()) { in hasMultipleTopLevelCalls()
1968 return getPhone().getForegroundCall().getEarliestConnection(); in getForegroundConnection()
DTelephonyConnectionService.java1418 final Call foregroundCall = phone.getForegroundCall(); in onCreateUnknownConnection()
1424 final Call imsFgCall = phone.getImsPhone().getForegroundCall(); in onCreateUnknownConnection()