Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipMessageUtils.java132 String toTag, Set<String> acceptContactTags) { in generateSipRequest() argument
138 header += "To: " + ((toTag != null) in generateSipRequest()
139 ? addParamToHeader(toContact, "tag", toTag) : toContact); in generateSipRequest()
157 String toTag) { in generateSipResponse() argument
163 header += "To: " + ((toTag != null) in generateSipResponse()
164 ? addParamToHeader(toContact, "tag", toTag) : toContact); in generateSipResponse()
DSipDialogAttributes.java60 String fromTag, String toUri, String toTag, Set<String> acceptContactTags) { in SipDialogAttributes() argument
68 mToTag = toTag; in SipDialogAttributes()