Searched defs:getErrorCode (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcFailCause.java73 sErrorCodeToFailCauseMap.put(fc.getErrorCode(), fc);
81 public int getErrorCode() { method in class:DcFailCause
/frameworks/base/media/java/android/media/
H A DMediaDrm.java212 public int getErrorCode() { method in class:MediaDrm.MediaDrmStateException
H A DMediaCodec.java221 * has further error information obtainable from {@link MediaCodec.CryptoException#getErrorCode}.
707 public int getErrorCode() { method in class:MediaCodec.CodecException
770 public int getErrorCode() { method in class:MediaCodec.CryptoException
/frameworks/base/core/java/android/app/
H A DDownloadManager.java1338 return getErrorCode(status);
1364 private long getErrorCode(int status) { method in class:DownloadManager.CursorTranslator
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java1425 onError(getErrorCode(exception), exception.toString());
1433 onError(getErrorCode(statusCode), createErrorMessage(response));
1437 private int getErrorCode(int responseStatusCode) { method in class:SipSessionGroup.SipSessionImpl
1464 private int getErrorCode(Throwable exception) { method in class:SipSessionGroup.SipSessionImpl
1487 onRegistrationFailed(getErrorCode(statusCode),

Completed in 3021 milliseconds