/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | IncomingCallNotifierTest.java | 131 when(mCallsManagerProxy.getActiveCall()).thenReturn(mAudioCall); in testIncomingDuringOngoingCall2() 149 when(mCallsManagerProxy.getActiveCall()).thenReturn(mAudioCall); in testCallRemoved() 170 when(mCallsManagerProxy.getActiveCall()).thenReturn(mAudioCall); in testDontShowDuringHandover1() 191 when(mCallsManagerProxy.getActiveCall()).thenReturn(mAudioCall); in testDontShowDuringHandover2()
|
D | TransactionTests.java | 208 when(mCallsManager.getActiveCall()).thenReturn(null); in testRequestNewCallFocusFailure()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | AnswerScreenPresenter.java | 184 DialerCall activeCall = CallList.getInstance().getActiveCall(); in onAnswerAndReleaseCall() 198 DialerCall activeCall = CallList.getInstance().getActiveCall(); in onAnswerAndReleaseButtonDisabled() 206 DialerCall activeCall = CallList.getInstance().getActiveCall(); in onAnswerAndReleaseButtonEnabled()
|
D | ConferenceManagerPresenter.java | 124 final boolean hasActiveCall = (callList.getActiveCall() != null); in update()
|
D | VideoPauseController.java | 143 call = callList.getActiveCall(); in onStateChange()
|
D | VideoCallPresenter.java | 201 final DialerCall activeCall = CallList.getInstance().getActiveCall(); in updateCameraSelection() 513 primary = callList.getActiveCall(); in onStateChange() 523 currentCall = primary = callList.getActiveCall(); in onStateChange()
|
D | ProximitySensor.java | 114 DialerCall activeCall = callList.getActiveCall(); in onStateChange()
|
D | InCallPresenter.java | 911 DialerCall retval = callList.getActiveCall(); in getCallToDisplay() 1069 } else if (callList.getActiveCall() != null in getPotentialStateFromCallList() 1343 final DialerCall activeCall = calls.getActiveCall(); in handleCallKey()
|
D | InCallActivity.java | 1357 : CallList.getInstance().getActiveCall(); in getShouldShowSpeakEasyUi() 1508 if (CallList.getInstance().getActiveCall() == null) { in shouldAllowAnswerAndRelease()
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | CallList.java | 381 retval = getActiveCall(); in getIncomingOrActive() 389 retval = getActiveCall(); in getOutgoingOrActive() 414 public DialerCall getActiveCall() { in getActiveCall() method in CallList 439 DialerCall call = getActiveCall(); in getActiveOrBackgroundCall()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | IncomingCallNotifier.java | 65 Call getActiveCall(); in getActiveCall() method 181 mCallsManagerProxy.getActiveCall()); in showIncomingCallNotification()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | DialerCodeReceiver.java | 68 Call currentCall = mCallsManager.getActiveCall(); in onReceive()
|
D | TelecomSystem.java | 449 public Call getActiveCall() { in TelecomSystem() 450 return mCallsManager.getActiveCall(); in TelecomSystem()
|
D | CallsManager.java | 3133 Call activeCall = getActiveCall(); 3174 Call activeCall = getActiveCall(); 4216 Call activeCall = getActiveCall(); 4388 public Call getActiveCall() {
|
/packages/apps/Dialer/java/com/android/incallui/ringtone/ |
D | DialerRingtoneManager.java | 89 return callList.getActiveCall() == null in translateCallStateForCallWaiting()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
D | CallInfoTest.java | 83 public void getActiveCall() { in getActiveCall() method in CallInfoTest 91 assertThat(mMockCallInfo.getActiveCall()).isEqualTo(activeCall); in getActiveCall()
|
D | BluetoothInCallServiceTest.java | 148 doReturn(null).when(mMockCallInfo).getActiveCall(); in setUp() 1320 doReturn(null).when(mMockCallInfo).getActiveCall(); in testOnCallRemoved() 1334 doReturn(null).when(mMockCallInfo).getActiveCall(); in testOnDetailsChangeExternalRemovesCall() 1552 when(mMockCallInfo.getActiveCall()).thenReturn(ringingCall); in testOnCallStateChanged() 2026 when(mMockCallInfo.getActiveCall()).thenReturn(call); in createActiveCall()
|
/packages/services/Telecomm/src/com/android/server/telecom/voip/ |
D | RequestNewActiveCallTransaction.java | 73 mCallsManager.getActiveCall() != null) { in processTransaction()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallService.java | 253 BluetoothCall activeCall = mCallInfo.getActiveCall(); in onStateChanged() 555 BluetoothCall activeCall = mCallInfo.getActiveCall(); in isHighDefCallInProgress() 1067 BluetoothCall activeCall = mCallInfo.getActiveCall(); in _processChld() 1166 BluetoothCall activeCall = mCallInfo.getActiveCall(); in updateHeadsetWithCallState() 1496 public BluetoothCall getActiveCall() { in getActiveCall() method in BluetoothInCallService.CallInfo
|
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | QnsCallStatusTracker.java | 845 mActiveCallTracker.updateCallQuality(getActiveCall()); in updateCallState() 897 CallState getActiveCall() { in getActiveCall() method in QnsCallStatusTracker
|