Home
last modified time | relevance | path

Searched refs:errorCode (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
DTokenMgrError.java49 int errorCode; field in TokenMgrError
142 errorCode = reason; in TokenMgrError()
/packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
DTokenMgrError.java49 int errorCode; field in TokenMgrError
142 errorCode = reason; in TokenMgrError()
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
DTokenMgrError.java49 int errorCode; field in TokenMgrError
142 errorCode = reason; in TokenMgrError()
/packages/apps/Browser/tests/src/com/android/browser/
DTestWebViewClient.java78 public void onReceivedError(WebView view, int errorCode, in onReceivedError() argument
80 mWrappedClient.onReceivedError(view, errorCode, description, failingUrl); in onReceivedError()
DPopularUrlsTest.java215 public void onReceivedError(WebView view, int errorCode, in setupBrowserInternal()
218 description, errorCode, failingUrl); in setupBrowserInternal()
/packages/apps/Browser/src/com/android/browser/
DTab.java421 public void onReceivedError(WebView view, int errorCode,
423 if (errorCode != WebViewClient.ERROR_HOST_LOOKUP &&
424 errorCode != WebViewClient.ERROR_CONNECT &&
425 errorCode != WebViewClient.ERROR_BAD_URL &&
426 errorCode != WebViewClient.ERROR_UNSUPPORTED_SCHEME &&
427 errorCode != WebViewClient.ERROR_FILE) {
428 queueError(errorCode, description);
432 Log.e(LOGTAG, "onReceivedError " + errorCode + " " + failingUrl
1094 public void onReceivedError(WebView view, int errorCode, in onReceivedError() argument
1096 mClient.onReceivedError(view, errorCode, description, failingUrl); in onReceivedError()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnEvent.java279 public int errorCode; field in OpenWnnEvent
DUserDictionaryToolsEdit.java352 int ret_code = event.errorCode;
/packages/apps/Settings/src/com/android/settings/
DSettingsSafetyLegalActivity.java76 public void onReceivedError(WebView view, int errorCode, in onCreate()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountCheckSettingsFragment.java451 int errorCode = in doInBackground() local
453 if (errorCode == MessagingException.AUTODISCOVER_AUTHENTICATION_FAILED) { in doInBackground()
455 } else if (errorCode != MessagingException.NO_ERROR) { in doInBackground()
/packages/apps/Phone/src/com/android/phone/sip/
DSipSettings.java446 public void onRegistrationFailed(String profileUri, int errorCode, in createRegistrationListener() argument
448 switch (errorCode) { in createRegistrationListener()
/packages/apps/Mms/src/com/android/mms/ui/
DMessageUtils.java353 int errorCode = cursor.getInt(MessageListAdapter.COLUMN_SMS_ERROR_CODE); in getTextMessageDetails() local
354 if (errorCode != 0) { in getTextMessageDetails()
357 .append(errorCode); in getTextMessageDetails()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiSettingsForSetupWizardXL.java683 final int errorCode = intent.getIntExtra(WifiManager.EXTRA_SUPPLICANT_ERROR, -1); in onSupplicantStateChanged() local
684 if (errorCode == WifiManager.ERROR_AUTHENTICATING) { in onSupplicantStateChanged()