Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipDialogAttributes.java41 public final String fromTag; field in SipDialogAttributes
53 fromTag = getNextString(); in SipDialogAttributes()
60 String fromTag, String toUri, String toTag, Set<String> acceptContactTags) { in SipDialogAttributes() argument
65 this.fromTag = fromTag; 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
135 header += "From: " + addParamToHeader(fromContact, "tag", fromTag); in generateSipRequest()
156 String fromContact, String toContact, String branchId, String callId, String fromTag, in generateSipResponse() argument
160 header += "From: " + addParamToHeader(fromContact, "tag", fromTag); 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()