Searched refs:error (Results 176 - 178 of 178) sorted by relevance

12345678

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java1753 AttachmentFailureException error = null;
1758 error = e;
1761 if (error != null) {
1762 LogUtils.e(LOG_TAG, error, "Error adding attachment");
1766 showAttachmentTooBigToast(error.getErrorRes());
2670 // if the attachment has been cached, this really isn't an error
2764 // after the user dismisses the recipient error
2774 * Show an error because the user has entered an invalid recipient.
2778 frag.show(getFragmentManager(), "recipient error");
/packages/apps/Browser/src/com/android/browser/
H A DController.java791 // There is no current tab so we cannot toggle the error console
1061 SslError error) {
1062 mPageDialogsHandler.showSSLCertificateOnError(view, handler, error);
2050 // Added for possible error when user tries to remove the same bookmark
1060 showSslCertificateOnError(WebView view, SslErrorHandler handler, SslError error) argument
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java392 mErrorSound = mSoundPool.load(mContext, R.raw.error, 1);
1994 return "<error>";

Completed in 165 milliseconds

12345678