| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
| D | BluetoothInCallServiceTest.java | 273 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 …]
|
| D | CallInfoTest.java | 82 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/ |
| 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/services/Telecomm/src/com/android/server/telecom/ |
| D | ConnectionServiceWrapper.java | 1942 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()
|
| D | CallsManager.java | 1477 Call activeCall = (Call) mConnectionSvrFocusMgr.getCurrentFocusCall(); in processIncomingCallIntent() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
| D | BluetoothInCallService.java | 267 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/ |
| D | ConnectionServiceFocusManagerTest.java | 207 CallFocus activeCall = createFakeCall(mActiveConnectionService, CallState.ACTIVE); in testCallStateChangedAffectCallFocus() local
|
| D | CallsManagerTest.java | 1787 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/ |
| D | PreferredAccountWorkerImpl.java | 422 ActiveCallInfo activeCall = activeCalls.get(0); in getActiveCallLabel() local
|