Home
last modified time | relevance | path

Searched refs:branchId (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipDialogAttributes.java38 public final String branchId; field in SipDialogAttributes
49 branchId = getNextString(); in SipDialogAttributes()
59 private SipDialogAttributes(String branchId, String callId, String fromUri, in SipDialogAttributes() argument
61 this.branchId = branchId; 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
133 String header = "Via: " + addParamToHeader(BASE_VIA_HEADER_VALUE, "branch", branchId); in generateSipRequest()
156 String fromContact, String toContact, String branchId, String callId, String fromTag, in generateSipResponse() argument
158 String header = "Via: " + addParamToHeader(BASE_VIA_HEADER_VALUE, "branch", branchId); 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()