Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallSourceService.java33 void onMuteStateChanged(Call activeCall, boolean isMuted); in onMuteStateChanged()
35 void onCallEndpointChanged(Call activeCall, CallEndpoint callEndpoint); in onCallEndpointChanged()
37 void onAvailableCallEndpointsChanged(Call activeCall, Set<CallEndpoint> availableCallEndpoints); in onAvailableCallEndpointsChanged()
39 void onVideoStateChanged(Call activeCall, int videoState); in onVideoStateChanged()
DConnectionServiceWrapper.java2034 public void onCallAudioStateChanged(Call activeCall, CallAudioState audioState) { in onCallAudioStateChanged()
2049 public void onCallEndpointChanged(Call activeCall, CallEndpoint callEndpoint) { in onCallEndpointChanged()
2065 public void onAvailableCallEndpointsChanged(Call activeCall, in onAvailableCallEndpointsChanged()
2089 public void onMuteStateChanged(Call activeCall, boolean isMuted) { in onMuteStateChanged()
2104 public void onUsingAlternativeUi(Call activeCall, boolean isUsingAlternativeUi) { in onUsingAlternativeUi()
2118 public void onTrackedByNonUiService(Call activeCall, boolean isTracked) { in onTrackedByNonUiService()
DCallsManager.java1589 Call activeCall = (Call) mConnectionSvrFocusMgr.getCurrentFocusCall(); in processIncomingCallIntent() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java267 BluetoothCall activeCall = createActiveCall(UUID.randomUUID()); in testListCurrentCallsOneCall() local
296 BluetoothCall activeCall = createForegroundCall(UUID.randomUUID()); in testBluetoothCallQualityReport() local
623 BluetoothCall activeCall = createForegroundCall(UUID.randomUUID()); in testListCurrentCallsCallHandleChanged() local
959 BluetoothCall activeCall = createActiveCall(UUID.randomUUID()); in testListCurrentCallsConferenceEmptyChildrenInference() local
1149 BluetoothCall activeCall = createActiveCall(UUID.randomUUID()); in testProcessChldReleaseActiveRinging() local
1162 BluetoothCall activeCall = createActiveCall(UUID.randomUUID()); in testProcessChldReleaseActiveHold() local
1195 BluetoothCall activeCall = createActiveCall(UUID.randomUUID()); in testProcessChldHoldActiveHold() local
1206 BluetoothCall activeCall = createActiveCall(UUID.randomUUID()); in testProcessChldAddHeldToConfHolding() local
1217 BluetoothCall activeCall = createActiveCall(UUID.randomUUID()); in testProcessChldAddHeldToConf() local
1318 BluetoothCall activeCall = createActiveCall(UUID.randomUUID()); in testOnCallRemoved() local
[all …]
DCallInfoTest.java84 BluetoothCall activeCall = getMockCall(); in getActiveCall() local
140 BluetoothCall activeCall = getMockCall(); in hasOnlyDisconnectedCalls_withConnectedCall() local
212 BluetoothCall activeCall = getMockCall(); in getCallByState_withNoMatchingCall() local
226 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/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java253 BluetoothCall activeCall = mCallInfo.getActiveCall(); in onStateChanged() local
555 BluetoothCall activeCall = mCallInfo.getActiveCall(); in isHighDefCallInProgress() local
1067 BluetoothCall activeCall = mCallInfo.getActiveCall(); in _processChld() local
1166 BluetoothCall activeCall = mCallInfo.getActiveCall(); in updateHeadsetWithCallState() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFocusManagerTest.java208 CallFocus activeCall = createFakeCall(mActiveConnectionService, CallState.ACTIVE); in testCallStateChangedAffectCallFocus() local
DCallsManagerTest.java2121 Call activeCall = addSpyCall(SELF_MANAGED_HANDLE, null /* connMgr */, in testMakeRoomForOutgoingCallForSameVoipApp() local
2138 Call activeCall = addSpyCall(SELF_MANAGED_HANDLE, null /* connMgr */, in testMakeRoomForOutgoingCallForSameVoipAppDifferentConnectionService() local
2155 Call activeCall = addSpyCall(SIM_1_HANDLE, null /* connMgr */, in testMakeRoomForOutgoingCallForSameNonVoipApp() local
3932 Call activeCall, in assertHoldActiveCallForNewCall()
/packages/apps/Dialer/java/com/android/dialer/preferredsim/impl/
DPreferredAccountWorkerImpl.java422 ActiveCallInfo activeCall = activeCalls.get(0); in getActiveCallLabel() local