Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipDialogAttributes.java43 public final String toHeader; field in SipDialogAttributes
55 toHeader = generateContactUri(toUri); in SipDialogAttributes()
67 this.toHeader = generateContactUri(toUri); in SipDialogAttributes()
DSipMessageUtils.java172 return generateSipRequest(requestMethod, attr.fromHeader, attr.toHeader, in generateSipRequest()
180 attr.toHeader, attr.branchId, attr.callId, attr.fromTag, attr.getToTag()); in generateSipResponse()