Searched refs:errorCode (Results 1 - 17 of 17) sorted by relevance

/packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googlelogin/
H A DGoogleLoginServiceNotFoundException.java29 public GoogleLoginServiceNotFoundException(int errorCode) { argument
30 super(GoogleLoginServiceConstants.getErrorCodeMessage(errorCode));
32 mErrorCode = errorCode;
H A DGoogleLoginServiceConstants.java64 public static final String ERROR_CODE_KEY = "errorCode"; // AccountManager.KEY_ERROR_CODE;
82 * @param errorCode The error code.
85 static String getErrorCodeMessage(int errorCode) { argument
86 switch (errorCode) {
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/
H A DTokenMgrError.java49 int errorCode; field in class:TokenMgrError
142 errorCode = reason;
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/contenttype/parser/
H A DTokenMgrError.java49 int errorCode; field in class:TokenMgrError
142 errorCode = reason;
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/
H A DTokenMgrError.java49 int errorCode; field in class:TokenMgrError
142 errorCode = reason;
/packages/apps/Browser/tests/src/com/android/browser/
H A DTestWebViewClient.java78 public void onReceivedError(WebView view, int errorCode, argument
80 mWrappedClient.onReceivedError(view, errorCode, description, failingUrl);
H A DJNIBindingsTestApp.java207 public void onReceivedError(WebView view, int errorCode,
210 description, errorCode, failingUrl);
H A DPopularUrlsTest.java212 public void onReceivedError(WebView view, int errorCode,
215 description, errorCode, failingUrl);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnEvent.java244 public int errorCode; field in class:OpenWnnEvent
H A DUserDictionaryToolsEdit.java353 int ret_code = event.errorCode;
/packages/apps/Settings/src/com/android/settings/
H A DSettingsSafetyLegalActivity.java76 public void onReceivedError(WebView view, int errorCode,
/packages/apps/Browser/src/com/android/browser/
H A DTab.java676 public void onReceivedError(WebView view, int errorCode,
678 if (errorCode != WebViewClient.ERROR_HOST_LOOKUP &&
679 errorCode != WebViewClient.ERROR_CONNECT &&
680 errorCode != WebViewClient.ERROR_BAD_URL &&
681 errorCode != WebViewClient.ERROR_UNSUPPORTED_SCHEME &&
682 errorCode != WebViewClient.ERROR_FILE) {
683 queueError(errorCode, description);
687 Log.e(LOGTAG, "onReceivedError " + errorCode + " " + failingUrl
1344 public void onReceivedError(WebView view, int errorCode, argument
1346 mClient.onReceivedError(view, errorCode, descriptio
[all...]
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountCheckSettingsFragment.java442 int errorCode =
444 if (errorCode == MessagingException.AUTODISCOVER_AUTHENTICATION_FAILED) {
446 } else if (errorCode != MessagingException.NO_ERROR) {
/packages/apps/Phone/src/com/android/phone/sip/
H A DSipSettings.java436 public void onRegistrationFailed(String profileUri, int errorCode,
438 switch (errorCode) {
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiSettingsForSetupWizardXL.java695 final int errorCode = intent.getIntExtra(WifiManager.EXTRA_SUPPLICANT_ERROR, -1);
696 if (errorCode == WifiManager.ERROR_AUTHENTICATING) {
H A DWifiSettings.java586 int errorCode = intent.getIntExtra(WifiManager.EXTRA_ERROR_CODE, 0);
587 switch (errorCode) {
/packages/apps/Mms/src/com/android/mms/ui/
H A DMessageUtils.java341 int errorCode = cursor.getInt(MessageListAdapter.COLUMN_SMS_ERROR_CODE);
342 if (errorCode != 0) {
345 .append(errorCode);

Completed in 855 milliseconds