Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java273 BluetoothCall activeCall = createActiveCall(UUID.randomUUID()); in testListCurrentCallsOneCall() local
295 BluetoothCall activeCall = createForegroundCall(UUID.randomUUID()); in testBluetoothCallQualityReport() local
779 BluetoothCall activeCall = createActiveCall(UUID.randomUUID()); in testListCurrentCallsConferenceEmptyChildrenInference() local
965 BluetoothCall activeCall = createActiveCall(UUID.randomUUID()); in testProcessChldReleaseActiveRinging() local
978 BluetoothCall activeCall = createActiveCall(UUID.randomUUID()); in testProcessChldReleaseActiveHold() local
1014 BluetoothCall activeCall = createActiveCall(UUID.randomUUID()); in testProcessChldHoldActiveHold() local
1026 BluetoothCall activeCall = createActiveCall(UUID.randomUUID()); in testProcessChldAddHeldToConfHolding() local
1037 BluetoothCall activeCall = createActiveCall(UUID.randomUUID()); in testProcessChldAddHeldToConf() local
1127 BluetoothCall activeCall = createActiveCall(UUID.randomUUID()); in testOnCallRemoved() local
1140 BluetoothCall activeCall = createActiveCall(UUID.randomUUID()); in testOnDetailsChangeExternalRemovesCall() local
[all …]
DCallInfoTest.java82 BluetoothCall activeCall = getMockCall(); in getActiveCall() local
138 BluetoothCall activeCall = getMockCall(); in hasOnlyDisconnectedCalls_withConnectedCall() local
210 BluetoothCall activeCall = getMockCall(); in getCallByState_withNoMatchingCall() local
224 BluetoothCall activeCall = getMockCall(); in getCallByStates_withNoMatchingCall() local
/packages/apps/Dialer/java/com/android/incallui/
DAnswerScreenPresenter.java184 DialerCall activeCall = CallList.getInstance().getActiveCall(); in onAnswerAndReleaseCall() local
198 DialerCall activeCall = CallList.getInstance().getActiveCall(); in onAnswerAndReleaseButtonDisabled() local
206 DialerCall activeCall = CallList.getInstance().getActiveCall(); in onAnswerAndReleaseButtonEnabled() local
DProximitySensor.java114 DialerCall activeCall = callList.getActiveCall(); in onStateChange() local
DVideoCallPresenter.java201 final DialerCall activeCall = CallList.getInstance().getActiveCall(); in updateCameraSelection() local
DInCallPresenter.java1343 final DialerCall activeCall = calls.getActiveCall(); in handleCallKey() local
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java1942 public void onCallAudioStateChanged(Call activeCall, CallAudioState audioState) { in onCallAudioStateChanged()
1956 public void onCallEndpointChanged(Call activeCall, CallEndpoint callEndpoint) { in onCallEndpointChanged()
1971 public void onAvailableCallEndpointsChanged(Call activeCall, in onAvailableCallEndpointsChanged()
1989 public void onMuteStateChanged(Call activeCall, boolean isMuted) { in onMuteStateChanged()
2004 public void onUsingAlternativeUi(Call activeCall, boolean isUsingAlternativeUi) { in onUsingAlternativeUi()
2018 public void onTrackedByNonUiService(Call activeCall, boolean isTracked) { in onTrackedByNonUiService()
DCallsManager.java1477 Call activeCall = (Call) mConnectionSvrFocusMgr.getCurrentFocusCall(); in processIncomingCallIntent() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java267 BluetoothCall activeCall = mCallInfo.getActiveCall(); in onStateChanged() local
1010 BluetoothCall activeCall = mCallInfo.getActiveCall(); in _processChld() local
1103 BluetoothCall activeCall = mCallInfo.getActiveCall(); in updateHeadsetWithCallState() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFocusManagerTest.java207 CallFocus activeCall = createFakeCall(mActiveConnectionService, CallState.ACTIVE); in testCallStateChangedAffectCallFocus() local
DCallsManagerTest.java1787 Call activeCall = addSpyCall(SELF_MANAGED_HANDLE, null /* connMgr */, in testMakeRoomForOutgoingCallForSameVoipApp() local
1804 Call activeCall = addSpyCall(SELF_MANAGED_HANDLE, null /* connMgr */, in testMakeRoomForOutgoingCallForSameVoipAppDifferentConnectionService() local
1821 Call activeCall = addSpyCall(SIM_1_HANDLE, null /* connMgr */, in testMakeRoomForOutgoingCallForSameNonVoipApp() local
/packages/apps/Dialer/java/com/android/dialer/preferredsim/impl/
DPreferredAccountWorkerImpl.java422 ActiveCallInfo activeCall = activeCalls.get(0); in getActiveCallLabel() local