Searched refs:CALL_OR_TRANSACTION_DOES_NOT_EXIST (Results 1 - 4 of 4) sorted by relevance

/external/nist-sip/java/javax/sip/message/
H A DResponse.java37 int CALL_OR_TRANSACTION_DOES_NOT_EXIST = 481; field in interface:Response
/external/nist-sip/java/gov/nist/javax/sip/
H A DDialogFilter.java173 .createResponse(Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST);
585 .createResponse(Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST);
653 .createResponse(Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST);
748 .createResponse(Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST);
964 .createResponse(Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST);
H A DEventScanner.java301 && (sipResponse.getStatusCode() == Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST || sipResponse
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPResponse.java200 case CALL_OR_TRANSACTION_DOES_NOT_EXIST :

Completed in 100 milliseconds