Home | History | Annotate | Download | only in sip

Lines Matching refs:errorCode

167          * @param errorCode error code defined in {@link SipErrorCode}
170 public void onError(SipSession session, int errorCode,
178 * @param errorCode error code defined in {@link SipErrorCode}
181 public void onCallChangeFailed(SipSession session, int errorCode,
206 * @param errorCode error code defined in {@link SipErrorCode}
209 public void onRegistrationFailed(SipSession session, int errorCode,
492 public void onCallChangeFailed(ISipSession session, int errorCode,
495 mListener.onCallChangeFailed(SipSession.this, errorCode,
500 public void onError(ISipSession session, int errorCode, String message) {
502 mListener.onError(SipSession.this, errorCode, message);
518 public void onRegistrationFailed(ISipSession session, int errorCode,
521 mListener.onRegistrationFailed(SipSession.this, errorCode,