Home
last modified time | relevance | path

Searched refs:getActiveCall (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallList.java265 retval = getActiveCall(); in getIncomingOrActive()
273 retval = getActiveCall(); in getOutgoingOrActive()
297 public Call getActiveCall() { in getActiveCall() method in CallList
322 Call call = getActiveCall(); in getActiveOrBackgroundCall()
DConferenceManagerPresenter.java132 final boolean hasActiveCall = (callList.getActiveCall() != null); in update()
DVideoCallPresenter.java424 primary = callList.getActiveCall(); in onStateChange()
434 currentCall = primary = callList.getActiveCall(); in onStateChange()
1117 final Call activeCall = CallList.getInstance().getActiveCall(); in updateCameraSelection()
DVideoPauseController.java153 call = callList.getActiveCall(); in onStateChange()
DInCallPresenter.java716 } else if (callList.getActiveCall() != null || in getPotentialStateFromCallList()
1121 final Call activeCall = calls.getActiveCall(); in handleCallKey()
1449 boolean isCallWaiting = mCallList.getActiveCall() != null && in startUi()
DCallCardPresenter.java703 Call retval = callList.getActiveCall(); in getCallToDisplay()
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/ringtone/
DDialerRingtoneManagerTest.java109 Mockito.when(mCallList.getActiveCall()).thenReturn(mCall); in testShouldPlayRingtone_N_CallWaitingByActiveCall()
168 Mockito.when(mCallList.getActiveCall()).thenReturn(mCall); in testShouldPlayCallWaitingTone_N_ByActiveCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java337 if (mCallsManager.getActiveCall() != null
470 Call activeCall = mCallsManager.getActiveCall(); in processChld()
659 Call activeCall = mCallsManager.getActiveCall(); in updateHeadsetWithCallState()
DDialerCodeReceiver.java61 Call currentCall = mCallsManager.getActiveCall(); in onReceive()
DCallsManager.java1481 public Call getActiveCall() { in getActiveCall() method in CallsManager
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ringtone/
DDialerRingtoneManager.java93 return mCallList.getActiveCall() == null ? State.INCOMING : State.CALL_WAITING; in translateCallStateForCallWaiting()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java107 doReturn(null).when(mMockCallsManager).getActiveCall(); in setUp()
742 doReturn(null).when(mMockCallsManager).getActiveCall(); in testOnCallRemoved()
799 when(mMockCallsManager.getActiveCall()).thenReturn(ringingCall); in testOnCallStateChanged()
879 when(mMockCallsManager.getActiveCall()).thenReturn(call); in createActiveCall()