/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallIdMapper.java | 86 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()
|
D | ConnectionServiceWrapper.java | 1619 String callId = mCallIdMapper.getCallId(call); in createConference() 1705 String callId = mCallIdMapper.getCallId(call); in createConnection() 1830 final String callId = mCallIdMapper.getCallId(call); in createConnectionFailed() 1876 final String callId = mCallIdMapper.getCallId(call); in createConferenceFailed() 1918 final String callId = mCallIdMapper.getCallId(call); in handoverFailed() 1956 final String callId = mCallIdMapper.getCallId(call); in handoverComplete() 1982 final String callId = mCallIdMapper.getCallId(call); in abort() 1998 final String callId = mCallIdMapper.getCallId(call); in silence() 2010 final String callId = mCallIdMapper.getCallId(call); in hold() 2022 final String callId = mCallIdMapper.getCallId(call); in unhold() [all …]
|
D | CallDiagnosticServiceController.java | 267 if (mCallIdMapper.getCallId(call) == null) { in onCallAdded() 292 String callId = mCallIdMapper.getCallId(call); in onCallDisconnected()
|
D | InCallController.java | 1779 inCallService.setPostDialWait(mCallIdMapper.getCallId(call), remaining); in onPostDialWait() 1927 inCallService.onConnectionEvent(mCallIdMapper.getCallId(call), event, extras); in notifyConnectionEvent() 1946 entry.getValue().onRttInitiationFailure(mCallIdMapper.getCallId(call), in notifyRttInitiationFailure() 1967 mCallIdMapper.getCallId(call), requestId); in notifyRemoteRttRequest() 1981 inCallService.onHandoverFailed(mCallIdMapper.getCallId(call), error); in notifyHandoverFailed() 1995 inCallService.onHandoverComplete(mCallIdMapper.getCallId(call)); in notifyHandoverComplete() 2772 if (mCallIdMapper.getCallId(call) == null) { in addCall()
|
/packages/services/Telephony/src/com/android/services/telephony/rcs/ |
D | SipSessionTracker.java | 149 .filter(d -> d.getCallId().equals(callId)) in cleanupSession() 173 if (isAssociated) associatedIds.add(dialog.getCallId()); in getCallIdsAssociatedWithFeatureTag() 218 mRcsStats.onSipTransportSessionClosed(mSubId, d.getCallId(), 0, false); in clearAllSessions() 233 pw.println(getEarlyDialogs().stream().map(SipDialog::getCallId) in dump() 236 pw.println(getConfirmedDialogs().stream().map(SipDialog::getCallId) in dump() 239 pw.println(getClosedDialogs().stream().map(SipDialog::getCallId) in dump() 289 .filter(d -> d.getCallId().equals(m.getCallIdParameter())) in getCreateDialogRunnable() 299 mRcsStats.earlySipTransportSession(startLineSegments[0], dialog.getCallId(), in getCreateDialogRunnable()
|
D | SipDialog.java | 101 public String getCallId() { in getCallId() method in SipDialog
|
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
D | SipDialogTest.java | 52 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/apps/Dialer/java/com/android/incallui/ |
D | RttCallPresenter.java | 66 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()
|
D | InCallActivity.java | 1091 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/ |
D | SelectPhoneAccountDialogFragment.java | 125 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/ |
D | VideoCallScreen.java | 41 String getCallId(); in getCallId() method
|
/packages/apps/Dialer/java/com/android/incallui/answer/protocol/ |
D | AnswerScreen.java | 25 String getCallId(); in getCallId() method
|
/packages/apps/Dialer/java/com/android/incallui/rtt/protocol/ |
D | RttCallScreen.java | 40 String getCallId(); in getCallId() method
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallControlTest.java | 61 assertEquals(CALL_ID_1, control.getCallId().toString()); in testGetCallId()
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/ |
D | AnswerVideoCallScreen.java | 108 public String getCallId() { in getCallId() method in AnswerVideoCallScreen
|
D | SelfManagedAnswerVideoCallScreen.java | 109 public String getCallId() { in getCallId() method in SelfManagedAnswerVideoCallScreen
|
D | AnswerFragment.java | 394 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()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | SelfManagedConnectionService.java | 129 intent.putExtra(HandoverActivity.EXTRA_CALL_ID, connection.getCallId()); in createSelfManagedConnection()
|
D | SelfManagedCallList.java | 203 .filter((c) -> {return c.getCallId() == callId;}) in getConnectionById()
|
D | SelfManagedConnection.java | 232 public int getCallId() { in getCallId() method in SelfManagedConnection
|
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/service/chat/ |
D | SimpleChatSession.java | 313 + response.getCallId().getCallId()
|
/packages/services/Telephony/src/com/android/services/telephony/rcs/validator/ |
D | OutgoingTransportStateValidator.java | 140 mSipSessionTracker.getConfirmedDialogs().stream()).map(SipDialog::getCallId) in getAllowedCallIds()
|
/packages/apps/Dialer/java/com/android/incallui/video/impl/ |
D | VideoCallFragment.java | 178 if (VideoChargesAlertDialogFragment.shouldShow(getContext(), getCallId())) { 180 VideoChargesAlertDialogFragment.newInstance(getCallId()) 831 public String getCallId() { in getCallId() method in VideoCallFragment
|
/packages/services/Telecomm/testapps/transactionalVoipApp/src/com/android/server/telecom/transactionalVoipApp/ |
D | InCallActivity.java | 225 String id = mVoipCall.mCallControl.getCallId().toString(); in updateCallId()
|
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/sip/ |
D | SipUtils.java | 262 request.setCallId(invite.getCallId()); in buildBye()
|