Home
last modified time | relevance | path

Searched defs:activeCall (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java239 Call activeCall = createActiveCall(); in testListCurrentCallsOneCall() local
596 Call activeCall = createActiveCall(); in testProcessChldReleaseActiveRinging() local
609 Call activeCall = createActiveCall(); in testProcessChldReleaseActiveHold() local
644 Call activeCall = createActiveCall(); in testProcessChldHoldActiveHold() local
656 Call activeCall = createActiveCall(); in testProcessChldAddHeldToConfHolding() local
667 Call activeCall = createActiveCall(); in testProcessChldAddHeldToConf() local
740 Call activeCall = createActiveCall(); in testOnCallRemoved() local
751 Call activeCall = mock(Call.class); in testOnCallStateChangedConnectingCall() local
768 Call activeCall = createActiveCall(); in testOnCallStateChangedDialing() local
826 Call activeCall = mock(Call.class); in testOnIsConferencedChanged() local
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java484 Call activeCall = mCallsManager.getActiveCall(); in processChld() local
673 Call activeCall = mCallsManager.getActiveCall(); in updateHeadsetWithCallState() local
DConnectionServiceWrapper.java855 public void onCallAudioStateChanged(Call activeCall, CallAudioState audioState) { in onCallAudioStateChanged()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DVideoCallPresenter.java1126 final Call activeCall = CallList.getInstance().getActiveCall(); in updateCameraSelection() local
DInCallPresenter.java1142 final Call activeCall = calls.getActiveCall(); in handleCallKey() local