Searched defs:mErrorCode (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/keystore/java/android/security/
H A DKeyStoreException.java27 private final int mErrorCode; field in class:KeyStoreException
31 mErrorCode = errorCode;
35 return mErrorCode;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsResponse.java33 int mErrorCode; field in class:SmsResponse
38 mErrorCode = errorCode;
44 + ", mErrorCode = " + mErrorCode
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h130 status_t mErrorCode; member in struct:android::MediaCodecSource
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcFailCause.java68 private final int mErrorCode; field in class:DcFailCause
78 mErrorCode = errorCode;
82 return mErrorCode;
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java192 private int mErrorCode = SipErrorCode.NO_ERROR; field in class:SipAudioCall
232 } else if (mErrorCode != SipErrorCode.NO_ERROR) {
233 listener.onError(this, mErrorCode, mErrorMessage);
297 mErrorCode = SipErrorCode.NO_ERROR;
496 mErrorCode = errorCode;
501 listener.onError(SipAudioCall.this, mErrorCode,
561 mErrorCode = errorCode;
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java807 private int mErrorCode; field in class:SipService.SipAutoReg
952 } else if (mErrorCode != SipErrorCode.NO_ERROR) {
953 if (mErrorCode == SipErrorCode.TIME_OUT) {
956 mProxy.onRegistrationFailed(mSession, mErrorCode,
988 mErrorCode = SipErrorCode.NO_ERROR;
1089 mErrorCode = errorCode;
1102 mErrorCode = SipErrorCode.TIME_OUT;
/frameworks/base/media/java/android/media/
H A DMediaCodec.java1959 mErrorCode = errorCode;
1990 return mErrorCode;
2028 private final int mErrorCode; field in class:MediaCodec.CodecException
2038 mErrorCode = errorCode;
2093 return mErrorCode;
2096 private int mErrorCode; field in class:MediaCodec.CryptoException
H A DMediaDrm.java225 private final int mErrorCode; field in class:MediaDrm.MediaDrmStateException
233 mErrorCode = errorCode;
248 return mErrorCode;

Completed in 256 milliseconds