Searched refs:error (Results 51 - 75 of 88) sorted by relevance

1234

/packages/apps/Email/emailsync/src/com/android/emailsync/
H A DSyncManager.java159 // Service waiting after I/O error (can't ping)
161 // Service had a fatal error; can't run
168 // We synchronize on this for all actions affecting the service and error maps
177 // Keeps track of services whose last sync ended with an error (by mailbox id)
793 SyncError error = mSyncErrorMap.get(mailboxId);
794 if (error != null) {
795 log("Mailbox " + m.mDisplayName + ", error = " + error.reason
796 + ", fatal = " + error.fatal);
797 if (error
[all...]
/packages/apps/Camera/jni/
H A Dmosaic_renderer_jni.cpp193 // @return false if there was an error
195 GLint error = glGetError(); local
197 if (error != 0) {
198 switch (error) {
203 LOGE("Error after %s(). glError: %s (0x%x) in line %d of %s", op, err_msg, error, line, file);
/packages/apps/Camera2/jni/
H A Dmosaic_renderer_jni.cpp193 // @return false if there was an error
195 GLint error = glGetError(); local
197 if (error != 0) {
198 switch (error) {
203 LOGE("Error after %s(). glError: %s (0x%x) in line %d of %s", op, err_msg, error, line, file);
/packages/apps/Exchange/src/com/android/exchange/
H A DExchangeService.java105 // We synchronize on this for all actions affecting the service and error maps
172 // We're using SERVER_ID to indicate an error condition (it has no other use for
179 // Clear the error state; the Outbox sync will be started from checkMailboxes
214 // Go through the various error mailboxes
216 SyncError error = syncErrorMap.get(mailboxId);
219 // If it's for the account whose host has changed, clear the error
223 } else if (error != null && m.mAccountKey == accountId) {
224 error.fatal = false;
225 error.holdEndTime = 0;
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
H A DSimpleTempStorage.java70 log.error("Unable to mkdirs on " + p.getAbsolutePath());
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallerInfoAsyncQuery.java83 public QueryPoolException(String error) { argument
84 super(error);
/packages/apps/Mms/src/com/android/mms/data/
H A DWorkingMessage.java199 * Called if there's an attachment error while resizing the images just before sending.
201 void onAttachmentError(int error); argument
235 LogTag.error("Can't move %s to drafts", uri);
277 LogTag.error("Couldn't load URI %s", uri);
426 * @return An error code such as {@link UNKNOWN_ERROR} or {@link OK} if successful
1446 int error = 0;
1450 error = MESSAGE_SIZE_EXCEEDED;
1452 error = UNKNOWN_ERROR;
1454 if (error != 0) {
1456 mStatusListener.onAttachmentError(error);
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DAttachmentsView.java299 * @throws AttachmentFailureException if an error occurs adding the attachment.
313 * @throws AttachmentFailureException if an error occurs adding the attachment.
403 public AttachmentFailureException(String error, int errorRes) { argument
404 super(error);
414 * Get the error string resource that corresponds to this attachment failure. Always a valid
/packages/apps/LegacyCamera/jni/
H A Dmosaic_renderer_jni.cpp176 // @return false if there was an error
178 GLint error = glGetError(); local
179 if (error != 0) {
180 LOGE("after %s() glError (0x%x)", op, error);
/packages/apps/Settings/src/com/android/settings/
H A DChooseLockPassword.java300 * @return error message to show to user or null if password is OK
467 String error = validatePassword(password);
468 if (error != null) {
469 mHeaderText.setText(error);
484 // Changing the text while error displayed resets to NeedToConfirm state
/packages/apps/Nfc/src/com/android/nfc/
H A DFireflyRenderer.java319 int error = mEgl.eglGetError();
320 Log.e(LOG_TAG,"createWindowSurface returned error " + Integer.toString(error));
/packages/apps/Browser/src/com/android/browser/
H A DPreloadController.java185 SslErrorHandler handler, SslError error) {
184 showSslCertificateOnError(WebView view, SslErrorHandler handler, SslError error) argument
/packages/apps/Gallery/src/com/android/camera/
H A DImageGallery.java808 // If the thumbnail cannot be drawn, put up an error icon
810 Bitmap error = getErrorBitmap(image);
811 int width = error.getWidth();
812 int height = error.getHeight();
817 canvas.drawBitmap(error, mSrcRect, mDstRect, null);
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
H A DBodyDescriptor.java192 log.error("Expected header param name, got '='");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/debug/
H A DExternalDictionaryGetterForDebug.java169 // There was an error: show a dialog
171 .setTitle(R.string.error)
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadThread.java224 } catch (StopRequestException error) {
226 errorMsg = error.getMessage();
230 Log.w(Constants.TAG, msg, error);
232 finalStatus = error.getFinalStatus();
237 throw new IllegalStateException("Execution should always throw final error codes");
267 // falls through to the code that reports an error
865 // save the error message. could be useful to developers.
/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp640 double error = db_SafeSqrt(m_sq_cost[c]); local
641 int bin = (int)(error/m_max_cost_pix*m_nr_bins);
/packages/apps/Camera2/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp640 double error = db_SafeSqrt(m_sq_cost[c]); local
641 int bin = (int)(error/m_max_cost_pix*m_nr_bins);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolderIcon.java126 final boolean error = INITIAL_ITEM_ANIMATION_DURATION >= DROP_IN_ANIMATION_DURATION;
127 if (error) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolderIcon.java131 final boolean error = INITIAL_ITEM_ANIMATION_DURATION >= DROP_IN_ANIMATION_DURATION;
132 if (error) {
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp639 double error = db_SafeSqrt(m_sq_cost[c]); local
640 int bin = (int)(error/m_max_cost_pix*m_nr_bins);
/packages/apps/Calculator/src/com/android/calculator2/
H A DLogic.java71 mErrorString = mContext.getResources().getString(R.string.error);
217 // Don't set the ? marker for empty text or the error string.
232 // drop final infix operators (they can only result in error)
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DCommonControllerOverlay.java275 boolean error = mErrorView.getVisibility() == View.VISIBLE;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationViewFragment.java794 // web pixels. Keep track of the error that occurs when we cast all heights to int
795 float error = 0f;
822 error += mWebView.screenPxToWebPxError(headerPx)
826 // When the error becomes greater than 1 pixel, make the next header 1 pixel taller
828 if (error >= 1) {
830 error -= 1;
/packages/services/Telephony/src/com/android/phone/
H A DNetworkSetting.java329 private void displayNetworkQueryFailed(int error) { argument
403 // It's not a error in following scenario, we just ignore it.
413 if (DBG) log("error while querying available networks");

Completed in 2060 milliseconds

1234