Searched refs:getErrorCode (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebResourceError.java32 public abstract int getErrorCode(); method in class:WebResourceError
H A DWebViewClient.java299 error.getErrorCode(), error.getDescription().toString(),
/frameworks/base/keystore/java/android/security/
H A DKeyStoreException.java34 public int getErrorCode() { method in class:KeyStoreException
H A DKeyStore.java709 switch (e.getErrorCode()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTesterFailBringUpAll.java64 DcFailCause.LOST_CONNECTION.getErrorCode(),
69 mFailBringUp.saveParameters(0, DcFailCause.NONE.getErrorCode(),
H A DDcFailBringUp.java55 intent.getIntExtra(FAIL_CAUSE, DEFAULT_FAIL_CAUSE.getErrorCode()));
H A DDataCallResponse.java84 if ((status == DcFailCause.NONE.getErrorCode()) && TextUtils.isEmpty(ifname)) {
144 if (status == DcFailCause.NONE.getErrorCode()) {
H A DDcFailCause.java130 sErrorCodeToFailCauseMap.put(fc.getErrorCode(), fc);
144 public int getErrorCode() { method in class:DcFailCause
H A DDataConnection.java442 mDcTesterFailBringUpAll.getDcFailBringUp().mFailCause.getErrorCode(),
H A DDcTracker.java3060 intent.putExtra(TelephonyIntents.EXTRA_ERROR_CODE_KEY, cause.getErrorCode());
3065 apnContext.restartOnError(cause.getErrorCode())) {
/frameworks/base/media/java/android/media/
H A DMediaCasStateException.java94 public int getErrorCode() { method in class:MediaCasStateException
H A DMediaCodec.java760 CryptoException#getErrorCode}.
2155 public int getErrorCode() { method in class:MediaCodec.CodecException
2269 public int getErrorCode() { method in class:MediaCodec.CryptoException
H A DMediaDrm.java248 public int getErrorCode() { method in class:MediaDrm.MediaDrmStateException
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/jdwp/
H A DJDWPClassDataRetriever.java87 if (reply.getErrorCode() != JDWPConstants.Error.NONE) {
98 if (reply.getErrorCode() != JDWPConstants.Error.NONE) {
166 if (reply.getErrorCode() != JDWPConstants.Error.NONE) {
187 if (reply.getErrorCode() != JDWPConstants.Error.NONE) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcFailCauseTest.java195 assertEquals(data.mCause, DcFailCause.fromInt(data.mCause).getErrorCode());
197 assertEquals(DcFailCause.UNKNOWN.getErrorCode(),
198 DcFailCause.fromInt(123456).getErrorCode());
/frameworks/support/media-compat/tests/src/android/support/v4/media/session/
H A DPlaybackStateCompatTest.java73 assertEquals(0, state.getErrorCode());
109 assertEquals(TEST_ERROR_CODE, state.getErrorCode());
230 assertEquals(TEST_ERROR_CODE, stateOut.getErrorCode());
H A DMediaSessionCompatTest.java326 assertEquals(TEST_ERROR_CODE, stateOut.getErrorCode());
332 assertEquals(TEST_ERROR_CODE, stateOut.getErrorCode());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/media/
H A DMediaControllerAdapter.java98 getCallback().onError(MediaControllerAdapter.this, state.getErrorCode(),
101 getCallback().onError(MediaControllerAdapter.this, state.getErrorCode(),
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreSignatureSpiBase.java366 switch (e.getErrorCode()) {
H A DAndroidKeyStoreCipherSpiBase.java511 switch (e.getErrorCode()) {
/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),
/frameworks/base/core/java/android/app/
H A DDownloadManager.java1546 return getErrorCode(status);
1572 private long getErrorCode(int status) { method in class:DownloadManager.CursorTranslator
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java727 public int getErrorCode() { method in class:PlaybackStateCompat
735 * @see #getErrorCode()

Completed in 592 milliseconds