D | SipSessionTrackerTest.java | 73 public final String fromTag; field in SipSessionTrackerTest.DialogAttributes 85 fromTag = getNextString(); in DialogAttributes() 91 String fromTag, String toUri, String toTag) { in DialogAttributes() argument 96 this.fromTag = fromTag; in DialogAttributes() 109 return new DialogAttributes(branchId, callId, mFromUri, fromTag, toUri, null); in fromExisting() 113 return new DialogAttributes(branchId, callId, toUri, fromTag, mFromUri, toTag); in invertFromTo() 613 attr.toUri, attr.branchId, attr.callId, attr.fromTag, attr.toTag); in generateSipRequest() 618 attr.toHeader, attr.branchId, attr.callId, attr.fromTag, attr.toTag); in generateSipResponse()
|