Home
last modified time | relevance | path

Searched refs:callId (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipDialogAttributes.java39 public final String callId; field in SipDialogAttributes
50 callId = getNextString(); in SipDialogAttributes()
59 private SipDialogAttributes(String branchId, String callId, String fromUri, in SipDialogAttributes() argument
62 this.callId = callId; in SipDialogAttributes()
100 return new SipDialogAttributes(branchId, callId, mFromUri, fromTag, toUri, in copyWithNewBranch()
105 return new SipDialogAttributes(branchId, callId, mFromUri, fromTag, toUri, in fromExisting()
110 return new SipDialogAttributes(branchId, callId, toUri, fromTag, mFromUri, mToTag, in invertFromTo()
DSipMessageUtils.java131 String toContact, String toUri, String branchId, String callId, String fromTag, in generateSipRequest() argument
141 header += "Call-ID: " + callId; in generateSipRequest()
156 String fromContact, String toContact, String branchId, String callId, String fromTag, in generateSipResponse() argument
166 header += "Call-ID: " + callId; in generateSipResponse()
173 attr.toUri, attr.branchId, attr.callId, attr.fromTag, attr.getToTag(), in generateSipRequest()
180 attr.toHeader, attr.branchId, attr.callId, attr.fromTag, attr.getToTag()); in generateSipResponse()
DImsExternalCallStateTest.java36 String callId = "1"; in parcelUnparcel() local
43 ImsExternalCallState testState = new ImsExternalCallState(callId, address, localAddress, in parcelUnparcel()
DSipDelegateManagerTest.java946 String callId = "000050B04074-79e-fc9b8700-29df64-5f3e5811-26fa8"; in testParcelUnparcelSipMessage() local
959 assertEquals(callId, m.getCallIdParameter()); in testParcelUnparcelSipMessage()
1065 ifaces.delegateConn.sendCleanupSession(attr.callId); in testCloseActiveDialog()
1066 ifaces.delegate.verifyCleanupSession(attr.callId); in testCloseActiveDialog()
1106 ifaces.delegateConn.sendCleanupSession(attr.callId); in testReceivedActiveDialogClose()
1107 ifaces.delegate.verifyCleanupSession(attr.callId); in testReceivedActiveDialogClose()
1156 ifaces.delegateConn.sendCleanupSession(attr.callId); in testActiveDialogPendingNewInvite()
1157 ifaces.delegate.verifyCleanupSession(attr.callId); in testActiveDialogPendingNewInvite()
1201 ifaces.delegate.verifyCleanupSession(attr.callId); in testCloseSessionByePendingCleanup()
1243 ifaces.delegate.verifyCleanupSession(attr.callId); in testCloseSessionPendingBye()
[all …]
DTestSipDelegate.java79 public void cleanupSession(@NonNull String callId) { in cleanupSession() argument
81 mCleanupSipSessionRequests.offer(callId); in cleanupSession()
DTestSipDelegateConnection.java156 public void sendCleanupSession(String callId) { in sendCleanupSession() argument
158 connection.cleanupSession(callId); in sendCleanupSession()
/cts/tests/tests/telecom/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/
DCtsApi29InCallServiceControl.java35 public int getCallState(String callId) {
37 .filter(c -> c.getDetails().getTelecomCallId().equals(callId))
/cts/tests/tests/telecom/Api29InCallServiceTestApp/aidl/android/telecom/cts/api29incallservice/
DICtsApi29InCallServiceControl.aidl20 int getCallState(String callId); in getCallState() argument