Home
last modified time | relevance | path

Searched refs:CallIdentifier (Results 1 – 5 of 5) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
DCallID.java51 protected CallIdentifier callIdentifier;
105 public CallIdentifier getCallIdentifer() { in getCallIdentifer()
118 callIdentifier = new CallIdentifier(cid); in setCallId()
128 public void setCallIdentifier(CallIdentifier cid) { in setCallIdentifier()
138 this.callIdentifier = new CallIdentifier(callId); in CallID()
144 retval.callIdentifier = (CallIdentifier) this.callIdentifier.clone(); in clone()
DCallIdentifier.java40 public final class CallIdentifier extends SIPObject { class
60 public CallIdentifier() { in CallIdentifier() method in CallIdentifier
68 public CallIdentifier(String localId, String host) { in CallIdentifier() method in CallIdentifier
79 public CallIdentifier(String cid) throws IllegalArgumentException { in CallIdentifier() method in CallIdentifier
110 CallIdentifier that = (CallIdentifier) other; in equals()
DInReplyTo.java51 protected CallIdentifier callId;
62 public InReplyTo(CallIdentifier cid) { in InReplyTo()
77 this.callId = new CallIdentifier(callId); in setCallId()
106 retval.callId = (CallIdentifier) this.callId.clone(); in clone()
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
DJoin.java36 public CallIdentifier callIdentifier;
52 this.callIdentifier = new CallIdentifier(callId); in Join()
84 public CallIdentifier getCallIdentifer() { in getCallIdentifer()
103 public void setCallIdentifier(CallIdentifier cid) { in setCallIdentifier()
DReplaces.java36 public CallIdentifier callIdentifier;
52 this.callIdentifier = new CallIdentifier(callId); in Replaces()
84 public CallIdentifier getCallIdentifer() { in getCallIdentifer()
103 public void setCallIdentifier(CallIdentifier cid) { in setCallIdentifier()