/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRouteStateMachine.java | 248 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 …]
|
D | CallAudioManager.java | 339 if (call != getForegroundCall()) { in onVideoStateChanged() 364 public Call getForegroundCall() { in getForegroundCall() method in CallAudioManager 843 Call foregroundCall = getForegroundCall(); in shouldPlayHoldTone()
|
D | CallsManager.java | 1127 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();
|
D | TelecomServiceImpl.java | 2155 Call call = mCallsManager.getForegroundCall(); in endCallInternal()
|
/packages/services/Telephony/tests/src/com/android/phone/ |
D | NumberVerificationManagerTest.java | 62 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/ |
D | CallAudioManagerTest.java | 256 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());
|
D | TelecomServiceImplTest.java | 1079 when(mFakeCallsManager.getForegroundCall()).thenReturn(call); in testEndCallWithRingingForegroundCall() 1089 when(mFakeCallsManager.getForegroundCall()).thenReturn(call); in testEndCallWithSimulatedRingingForegroundCall() 1099 when(mFakeCallsManager.getForegroundCall()).thenReturn(call); in testEndCallWithNonRingingForegroundCall()
|
D | CallAudioRouteStateMachineTest.java | 117 when(mockCallsManager.getForegroundCall()).thenReturn(fakeCall); in setUp() 716 when(mockCallsManager.getForegroundCall()).thenReturn(fakeCall); in resetMocks()
|
D | CallAudioRouteTransitionTests.java | 182 when(mockCallsManager.getForegroundCall()).thenReturn(fakeCall); in setUp()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallService.java | 349 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/ |
D | NumberVerificationManager.java | 143 && (phone.getForegroundCall().getState() == Call.State.IDLE in checkNumberVerificationFeasibility()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallServiceTest.java | 176 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/ |
D | SipConnection.java | 161 getPhone().getForegroundCall().getState() != Call.State.DIALING) { in onUnhold()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnection.java | 1847 ImsPhoneCall foregroundCall = ((ImsPhone) phone).getForegroundCall(); in shouldSetDisableAddCallExtra() 2251 if (!phone.getForegroundCall().isIdle()) { in hasMultipleTopLevelCalls() 2263 return getPhone().getForegroundCall().getEarliestConnection(); in getForegroundConnection()
|
D | TelephonyConnectionService.java | 1412 final Call foregroundCall = phone.getForegroundCall(); in onCreateUnknownConnection() 1418 final Call imsFgCall = phone.getImsPhone().getForegroundCall(); in onCreateUnknownConnection()
|