Home
last modified time | relevance | path

Searched refs:getCallId (Results 1 – 25 of 29) sorted by relevance

12

/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java1208 String callId = mCallIdMapper.getCallId(call); in createConference()
1273 String callId = mCallIdMapper.getCallId(call); in createConnection()
1371 final String callId = mCallIdMapper.getCallId(call); in createConnectionFailed()
1417 final String callId = mCallIdMapper.getCallId(call); in createConferenceFailed()
1459 final String callId = mCallIdMapper.getCallId(call); in handoverFailed()
1497 final String callId = mCallIdMapper.getCallId(call); in handoverComplete()
1523 final String callId = mCallIdMapper.getCallId(call); in abort()
1539 final String callId = mCallIdMapper.getCallId(call); in silence()
1551 final String callId = mCallIdMapper.getCallId(call); in hold()
1563 final String callId = mCallIdMapper.getCallId(call); in unhold()
[all …]
DCallIdMapper.java86 String getCallId(Call call); in getCallId() method
98 String callId = getCallId(callToReplace); in replaceCall()
110 addCall(call, mCallInfo.getCallId(call)); in addCall()
124 String getCallId(Call call) { in getCallId() method in CallIdMapper
128 return mCallInfo.getCallId(call); in getCallId()
DInCallController.java1343 inCallService.setPostDialWait(mCallIdMapper.getCallId(call), remaining); in onPostDialWait()
1447 inCallService.onConnectionEvent(mCallIdMapper.getCallId(call), event, extras); in notifyConnectionEvent()
1462 entry.getValue().onRttInitiationFailure(mCallIdMapper.getCallId(call), in notifyRttInitiationFailure()
1479 mCallIdMapper.getCallId(call), requestId); in notifyRemoteRttRequest()
1490 inCallService.onHandoverFailed(mCallIdMapper.getCallId(call), error); in notifyHandoverFailed()
1501 inCallService.onHandoverComplete(mCallIdMapper.getCallId(call)); in notifyHandoverComplete()
2010 if (mCallIdMapper.getCallId(call) == null) { in addCall()
DCallDiagnosticServiceController.java266 if (mCallIdMapper.getCallId(call) == null) { in onCallAdded()
291 String callId = mCallIdMapper.getCallId(call); in onCallDisconnected()
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DSipDialogTest.java52 assertEquals(callId, dialog.getCallId()); in testCreateEarlyDialog()
114 assertEquals(callId, dialog.getCallId()); in testFork()
121 assertEquals(callId, dialogFork.getCallId()); in testFork()
137 assertEquals(callId, dialog.getCallId()); in testConfirmDialog()
141 assertEquals(callId, dialog.getCallId()); in testConfirmDialog()
200 assertEquals(callId, dialog.getCallId()); in testCloseDialog()
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DSipSessionTracker.java135 .filter(d -> d.getCallId().equals(callId)) in cleanupSession()
156 if (isAssociated) associatedIds.add(dialog.getCallId()); in getCallIdsAssociatedWithFeatureTag()
212 pw.println(getEarlyDialogs().stream().map(SipDialog::getCallId) in dump()
215 pw.println(getConfirmedDialogs().stream().map(SipDialog::getCallId) in dump()
218 pw.println(getClosedDialogs().stream().map(SipDialog::getCallId) in dump()
268 .filter(d -> d.getCallId().equals(m.getCallIdParameter())) in getCreateDialogRunnable()
DSipDialog.java101 public String getCallId() { in getCallId() method in SipDialog
DTransportSipMessageValidator.java538 return mSipSessionTracker.getTrackedDialogs().stream().map(SipDialog::getCallId) in getTrackedSipSessionCallIds()
/packages/apps/Dialer/java/com/android/incallui/
DRttCallPresenter.java66 DialerCall call = CallList.getInstance().getCallById(rttCallScreen.getCallId()); in onRttCallScreenUiReady()
75 DialerCall call = CallList.getInstance().getCallById(rttCallScreen.getCallId()); in onSaveRttTranscript()
111 DialerCall call = CallList.getInstance().getCallById(rttCallScreen.getCallId()); in startListenOnRemoteMessage()
DInCallActivity.java1091 DialerCall call = CallList.getInstance().getCallById(answerScreen.getCallId()); in newAnswerScreenDelegate()
1105 this, answerScreen, CallList.getInstance().getCallById(answerScreen.getCallId())); in newAnswerScreenDelegate()
1121 DialerCall dialerCall = CallList.getInstance().getCallById(videoCallScreen.getCallId()); in newVideoCallScreenDelegate()
1467 if (answerScreen.getCallId().equals(call.getId()) in showAnswerScreenFragment()
1569 if (getRttCallScreen().getCallId().equals(call.getId())) { in showRttCallScreenFragment()
1604 if (videoCallScreen.getCallId().equals(call.getId())) { in showVideoCallScreenFragment()
/packages/apps/Dialer/java/com/android/contacts/common/widget/
DSelectPhoneAccountDialogFragment.java125 result.putString(SelectPhoneAccountListener.EXTRA_CALL_ID, getCallId()); in onCreateDialog()
183 result.putString(SelectPhoneAccountListener.EXTRA_CALL_ID, getCallId()); in onCancel()
190 private String getCallId() { in getCallId() method in SelectPhoneAccountDialogFragment
191 return options.getCallId(); in getCallId()
/packages/apps/Dialer/java/com/android/incallui/video/protocol/
DVideoCallScreen.java41 String getCallId(); in getCallId() method
/packages/apps/Dialer/java/com/android/incallui/answer/protocol/
DAnswerScreen.java25 String getCallId(); in getCallId() method
/packages/apps/Dialer/java/com/android/incallui/rtt/protocol/
DRttCallScreen.java40 String getCallId(); in getCallId() method
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/service/chat/
DSimpleChatSession.java313 + response.getCallId().getCallId()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedConnectionService.java126 intent.putExtra(HandoverActivity.EXTRA_CALL_ID, connection.getCallId()); in createSelfManagedConnection()
DSelfManagedCallList.java186 .filter((c) -> {return c.getCallId() == callId;}) in getConnectionById()
DSelfManagedConnection.java232 public int getCallId() { in getCallId() method in SelfManagedConnection
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DAnswerVideoCallScreen.java108 public String getCallId() { in getCallId() method in AnswerVideoCallScreen
DAnswerFragment.java394 public String getCallId() { in getCallId() method in AnswerFragment
783 answerVideoCallScreen = new SelfManagedAnswerVideoCallScreen(getCallId(), this, view); in onCreateView()
785 answerVideoCallScreen = new AnswerVideoCallScreen(getCallId(), this, view); in onCreateView()
DSelfManagedAnswerVideoCallScreen.java109 public String getCallId() { in getCallId() method in SelfManagedAnswerVideoCallScreen
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DVideoCallFragment.java178 if (VideoChargesAlertDialogFragment.shouldShow(getContext(), getCallId())) {
180 VideoChargesAlertDialogFragment.newInstance(getCallId())
831 public String getCallId() { in getCallId() method in VideoCallFragment
/packages/services/Telephony/src/com/android/services/telephony/rcs/validator/
DOutgoingTransportStateValidator.java139 mSipSessionTracker.getConfirmedDialogs().stream()).map(SipDialog::getCallId) in getAllowedCallIds()
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/sip/
DSipUtils.java262 request.setCallId(invite.getCallId()); in buildBye()
/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java253 externalConnection.getCallId()); in addNewUnknownCall()

12