Searched defs:errorCode (Results 1 - 8 of 8) 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);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnEvent.java244 public int errorCode; field in class:OpenWnnEvent
/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...]

Completed in 377 milliseconds