Home
last modified time | relevance | path

Searched refs:callIdentifier (Results 1 – 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
DCallID.java51 protected CallIdentifier callIdentifier; field in CallID
86 if (callIdentifier != null) in encodeBody()
87 callIdentifier.encode(buffer); in encodeBody()
106 return callIdentifier; in getCallIdentifer()
118 callIdentifier = new CallIdentifier(cid); in setCallId()
129 callIdentifier = cid; in setCallIdentifier()
138 this.callIdentifier = new CallIdentifier(callId); in CallID()
143 if (this.callIdentifier != null) in clone()
144 retval.callIdentifier = (CallIdentifier) this.callIdentifier.clone(); in clone()
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
DJoin.java36 public CallIdentifier callIdentifier; field in Join
52 this.callIdentifier = new CallIdentifier(callId); in Join()
85 return callIdentifier; in getCallIdentifer()
104 callIdentifier = cid; in setCallIdentifier()
DReplaces.java36 public CallIdentifier callIdentifier; field in Replaces
52 this.callIdentifier = new CallIdentifier(callId); in Replaces()
85 return callIdentifier; in getCallIdentifer()
104 callIdentifier = cid; in setCallIdentifier()