/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallSourceService.java | 33 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()
|
D | ConnectionServiceWrapper.java | 2034 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()
|
D | CallsManager.java | 1589 Call activeCall = (Call) mConnectionSvrFocusMgr.getCurrentFocusCall(); in processIncomingCallIntent() local
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallServiceTest.java | 267 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 …]
|
D | CallInfoTest.java | 84 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/ |
D | AnswerScreenPresenter.java | 184 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
|
D | ProximitySensor.java | 114 DialerCall activeCall = callList.getActiveCall(); in onStateChange() local
|
D | VideoCallPresenter.java | 201 final DialerCall activeCall = CallList.getInstance().getActiveCall(); in updateCameraSelection() local
|
D | InCallPresenter.java | 1343 final DialerCall activeCall = calls.getActiveCall(); in handleCallKey() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallService.java | 253 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/ |
D | ConnectionServiceFocusManagerTest.java | 208 CallFocus activeCall = createFakeCall(mActiveConnectionService, CallState.ACTIVE); in testCallStateChangedAffectCallFocus() local
|
D | CallsManagerTest.java | 2121 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/ |
D | PreferredAccountWorkerImpl.java | 422 ActiveCallInfo activeCall = activeCalls.get(0); in getActiveCallLabel() local
|