Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPDialog.java214 public final static int EARLY_STATE = DialogState._EARLY; field in SIPDialog
940 if (this.getState() == null || this.getState().getValue() == EARLY_STATE) { in sendAck()
1889 || (this.isServer() && this.getState().getValue() == EARLY_STATE && method in createRequest()
2604 setState(SIPDialog.EARLY_STATE); in setLastResponse()
2653 .getValue() == SIPDialog.EARLY_STATE))) { in setLastResponse()
2730 setState(SIPDialog.EARLY_STATE); in setLastResponse()
2767 if (this.dialogState <= SIPDialog.EARLY_STATE in setLastResponse()