D | SipSessionTrackerTest.java | 74 public final String fromTag; field in SipSessionTrackerTest.DialogAttributes 86 fromTag = getNextString(); in DialogAttributes() 92 String fromTag, String toUri, String toTag) { in DialogAttributes() argument 97 this.fromTag = fromTag; in DialogAttributes() 110 return new DialogAttributes(branchId, callId, mFromUri, fromTag, toUri, null); in fromExisting() 114 return new DialogAttributes(branchId, callId, toUri, fromTag, mFromUri, toTag); in invertFromTo() 616 attr.toUri, attr.branchId, attr.callId, attr.fromTag, attr.toTag); in generateSipRequest() 621 attr.toHeader, attr.branchId, attr.callId, attr.fromTag, attr.toTag); in generateSipResponse()
|