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

/frameworks/base/media/java/android/media/
H A DMediaCodec.java287 mErrorCode = errorCode;
291 return mErrorCode;
294 private int mErrorCode; field in class:MediaCodec.CryptoException
/frameworks/base/voip/java/android/net/sip/
H A DSipAudioCall.java198 private int mErrorCode = SipErrorCode.NO_ERROR; field in class:SipAudioCall
238 } else if (mErrorCode != SipErrorCode.NO_ERROR) {
239 listener.onError(this, mErrorCode, mErrorMessage);
303 mErrorCode = SipErrorCode.NO_ERROR;
502 mErrorCode = errorCode;
507 listener.onError(SipAudioCall.this, mErrorCode,
567 mErrorCode = errorCode;
/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java751 private int mErrorCode; field in class:SipService.AutoRegistrationProcess
898 } else if (mErrorCode != SipErrorCode.NO_ERROR) {
899 if (mErrorCode == SipErrorCode.TIME_OUT) {
902 mProxy.onRegistrationFailed(mSession, mErrorCode,
934 mErrorCode = SipErrorCode.NO_ERROR;
1035 mErrorCode = errorCode;
1048 mErrorCode = SipErrorCode.TIME_OUT;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnection.java146 private final int mErrorCode; field in class:DataConnection.FailCause
156 mErrorCode = errorCode;
160 return mErrorCode;

Completed in 58 milliseconds