HomeSort by relevance Sort by last modified time
    Searched refs:LogUtils (Results 51 - 75 of 238) sorted by null

1 23 4 5 6 7 8 910

  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOptions.java 21 import com.android.mail.utils.LogUtils;
87 LogUtils.e(LOG_TAG, "OPTIONS response without commands or versions");
114 LogUtils.d(LOG_TAG, "Server supports versions: %s", supportedVersions);
EasOutboxSync.java 29 import com.android.mail.utils.LogUtils;
105 LogUtils.w(LOG_TAG, "IO error creating temp file");
115 LogUtils.w(LOG_TAG, "IO error writing to temp file");
122 LogUtils.w(LOG_TAG, "IO error creating fileInputStream");
152 LogUtils.w(LOG_TAG, "IOException closing fileStream %s", e);
170 LogUtils.w(LOG_TAG, "Needs provisioning sending mail");
175 LogUtils.w(LOG_TAG, "Needs provisioning sending mail");
180 LogUtils.d(LOG_TAG, "General failure sending mail");
184 LogUtils.d(LOG_TAG, "empty response sending mail");
188 LogUtils.w(LOG_TAG, "IOException sending mail")
    [all...]
EasConnectionCache.java 25 import com.android.mail.utils.LogUtils;
90 LogUtils.d(Eas.LOG_TAG, "Creating new connection manager for HostAuth %d", hostAuth.mId);
118 LogUtils.d(Eas.LOG_TAG, "Aging out connection manager for HostAuth %d",
129 LogUtils.d(Eas.LOG_TAG, "Reusing cached connection manager for HostAuth %d",
163 LogUtils.d(Eas.LOG_TAG, "Uncaching connection manager for HostAuth %d", hostAuth.mId);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageWebView.java 29 import com.android.mail.utils.LogUtils;
82 LogUtils.d(MessageScrollView.LOG_TAG,"OUT WebView.onTouch, returning handled=%s ev=%s",
99 LogUtils.w(LOG_TAG, "Suppressing size change in MessageWebView");
EmlMessageLoader.java 30 import com.android.mail.utils.LogUtils;
60 LogUtils.e(LOG_TAG, e, "Could not find eml file at uri: %s", mEmlFileUri);
70 LogUtils.e(LOG_TAG, e, "Could not read eml file");
73 LogUtils.e(LOG_TAG, e, "Error in parsing eml file");
ConversationOverlayItem.java 29 import com.android.mail.utils.LogUtils;
97 LogUtils.i(LOG_TAG, "IN setHeight=%dpx of overlay item: %s", h, this);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
ListParams.java 20 import com.android.mail.utils.LogUtils;
96 LogUtils.wtf(LOG_TAG, e, "Could not serialize ListParams");
119 LogUtils.wtf(LOG_TAG, e, "Could not create an params object from this input: \""
  /packages/apps/Email/src/com/android/email/service/
ImapTempFileLiteral.java 26 import com.android.mail.utils.LogUtils;
82 LogUtils.w(Logging.LOG_TAG, "ImapTempFileLiteral: Temp file not found");
100 LogUtils.w(Logging.LOG_TAG, "ImapTempFileLiteral: Error while reading temp file", e);
113 LogUtils.w(Logging.LOG_TAG, "Failed to remove temp file: " + re.getMessage());
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ThumbnailLoadTask.java 34 import com.android.mail.utils.LogUtils;
104 LogUtils.e(LOG_TAG, "Attempting to load bitmap for null uri");
134 LogUtils.d(LOG_TAG, "in background, src w/h=%d/%d dst w/h=%d/%d, divider=%d",
147 LogUtils.i(LOG_TAG, "Unable to decode thumbnail %s: %s %s", thumbnailUri,
154 LogUtils.e(LOG_TAG, e, "");
173 LogUtils.i(LOG_TAG, "Unable to get orientation of thumbnail %s: %s %s", thumbnailUri,
180 LogUtils.e(LOG_TAG, e, "error attemtping to close input stream");
191 LogUtils.d(LOG_TAG, "back in UI thread, decode failed or file does not exist");
196 LogUtils.d(LOG_TAG, "back in UI thread, decode success, w/h=%d/%d", result.getWidth(),
ConversationListCopy.java 28 import com.android.mail.utils.LogUtils;
75 LogUtils.e(LOG_TAG, e, "Unable to create fancy list transition bitmap");
RecentFolderList.java 31 import com.android.mail.utils.LogUtils;
118 LogUtils.i(TAG, "Save: %s", mFolder.name);
166 LogUtils.e(TAG, "RecentFolderList.loadFromUiProvider: bad input. mAccount=%s,cursor=%s",
170 LogUtils.d(TAG, "Number of recents = %d", c.getCount());
172 LogUtils.e(TAG, "Not able to move to last in recent labels cursor");
182 LogUtils.v(TAG, "Account %s, Recent: %s", mAccount.name, folder.name);
198 LogUtils.w(TAG, "No account set for setting recent folders?");
205 LogUtils.d(TAG, "Not touching recent folder because it's provider or search folder");
ConversationViewFragment.java 74 import com.android.mail.utils.LogUtils;
184 LogUtils.d(LOG_TAG, "CVF load observer fired, this=%s",
195 LogUtils.d(LOG_TAG, "onProgressDismiss go() - isUserVisible() = %b", isUserVisible());
252 LogUtils.d(LOG_TAG, "IN CVF.onActivityCreated, this=%s visible=%s", this, isUserVisible());
374 LogUtils.i(LOG_TAG, "JS: %s (%s:%d) f=%s", consoleMessage.message(),
465 LogUtils.w(LOG_TAG, "ignoring markUnread for conv=%s", mConversation.id);
470 LogUtils.i(LOG_TAG, "ignoring markUnread for conv with no view state (%d)",
481 LogUtils.d(LOG_TAG, "ConversationViewFragment#onUserVisibleHintChanged(), userVisible = %b",
488 LogUtils.d(LOG_TAG, "Fragment is now user-visible, onConversationSeen: %s", this);
491 LogUtils.d(LOG_TAG, "Fragment is now user-visible, showing conversation: %s", this)
    [all...]
TwoPaneLayout.java 37 import com.android.mail.utils.LogUtils;
188 LogUtils.d(Utils.VIEW_DEBUGGING_TAG, "TPL(%s).onMeasure()", this);
195 LogUtils.d(Utils.VIEW_DEBUGGING_TAG, "TPL(%s).onLayout()", this);
222 LogUtils.i(LOG_TAG, "setting up new TPL, w=%d fw=%d cv=%d", parentWidth,
247 LogUtils.d(LOG_TAG, "conversation list width change, w=%d", listWidth);
290 LogUtils.i(LOG_TAG, "conversation mode layout, x=%d/%d/%d", foldersX, listX, convX);
301 LogUtils.i(LOG_TAG, "conv-list mode layout, x=%d/%d/%d", foldersX, listX, convX);
425 LogUtils.i(LOG_TAG, "onAnimationEnd of list view, setting copy width to %d",
434 LogUtils.i(LOG_TAG, "IN TPL.onTransitionComplete, activity destroyed->quitting early");
588 LogUtils.i(LOG_TAG, "onViewModeChanged(%d)", newMode)
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSecurity.java 38 import com.android.mail.utils.LogUtils;
133 LogUtils.d(TAG, "Showing password expiration dialog");
149 LogUtils.d(TAG, "Showing security needed dialog");
190 LogUtils.d(TAG, "Not active admin: repost notification");
200 LogUtils.d(TAG, "No HostAuth: repost notification");
206 LogUtils.d(TAG, "Not active admin: post initial notification");
225 LogUtils.d(TAG, "Security active; clear holds");
245 LogUtils.d(TAG, "Password needed; repost notification");
251 LogUtils.d(TAG, "Password needed; request it via DPM");
265 LogUtils.d(TAG, "Encryption needed; repost notification")
    [all...]
AccountSetupActivity.java 23 import com.android.mail.utils.LogUtils;
49 LogUtils.d(Logging.LOG_TAG, "%s onCreate %s", getClass().getName(), mSetupData.debugString());
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapMemoryLiteral.java 22 import com.android.mail.utils.LogUtils;
47 LogUtils.w(Logging.LOG_TAG, "");
  /packages/apps/Email/src/com/android/email/preferences/
EmailPreferenceMigrator.java 32 import com.android.mail.utils.LogUtils;
53 LogUtils.wtf(LOG_TAG,
108 LogUtils.e(LOG_TAG, "Null old account cursor for mailbox %s",
109 LogUtils.sanitizeName(LOG_TAG, account.name));
117 LogUtils.e(LOG_TAG, "Couldn't load old account for mailbox %s",
118 LogUtils.sanitizeName(LOG_TAG, account.name));
132 LogUtils.e(LOG_TAG, "Null folder cursor for mailbox %s",
133 LogUtils.sanitizeName(LOG_TAG,
  /packages/apps/Exchange/src/com/android/exchange/
ExchangeBroadcastReceiver.java 18 import com.android.mail.utils.LogUtils;
26 LogUtils.i(Eas.LOG_TAG, "Accounts changed - requesting FolderSync for unsynced accounts");
  /packages/apps/Exchange/src/com/android/exchange/service/
EasMeetingResponder.java 26 import com.android.mail.utils.LogUtils;
84 LogUtils.e(TAG, "Bad response value: %d", response);
89 LogUtils.d(TAG, "Could not load message %d", messageId);
94 LogUtils.e(TAG, "Could not load account %d for message %d", msg.mAccountKey, msg.mId);
101 LogUtils.e(TAG, "Could not load mailbox %d for message %d", msg.mMailboxKey, msg.mId);
109 LogUtils.e(TAG, "IOException: %s", e.getMessage());
111 LogUtils.e(TAG, "CertificateException: %s", e.getMessage());
222 LogUtils.e(TAG, "Meeting response request failed, code: %d", status);
EmailSyncAdapterService.java 78 import com.android.mail.utils.LogUtils;
314 LogUtils.d(TAG, "syncComplete, err: " + lastSyncHadError);
353 LogUtils.e(TAG, "Ping for account %d completed with error %d, delaying next ping",
378 LogUtils.e(TAG, "Could not find email address for account %d", accountId);
385 LogUtils.d(TAG, "IEmailService.validate");
390 LogUtils.e(TAG, re, "While asking EasService to handle validate");
398 LogUtils.d(TAG, "IEmailService.autoDiscover");
405 LogUtils.d(TAG, "IEmailService.updateFolderList: %d", accountId);
411 LogUtils.e(TAG, re, "While asking EasService to updateFolderList");
436 LogUtils.d(TAG, "IEmailService.loadAttachment: %d", attachmentId)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockRespondMatrixCursor.java 22 import com.android.mail.utils.LogUtils;
48 LogUtils.wtf(LOG_TAG, "Unexpected position");
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
DateTimeField.java 24 import com.android.mail.utils.LogUtils;
59 body = LogUtils.cleanUpMimeDate(body);
  /packages/apps/Email/emailsync/src/com/android/emailsync/
AbstractSyncService.java 29 import com.android.mail.utils.LogUtils;
208 LogUtils.e(TAG, str, e);
210 LogUtils.e(TAG, str + e);
219 * If user logging is active, we concatenate any arguments and log them using LogUtils.d
235 LogUtils.d(TAG, logText);
247 LogUtils.e(TAG, str);
  /packages/apps/Email/src/com/android/email/provider/
DBHelper.java 58 import com.android.mail.utils.LogUtils;
    [all...]
  /packages/apps/Email/src/com/android/email2/ui/
MailActivityEmail.java 47 import com.android.mail.utils.LogUtils;
53 * LogUtils.d, including protocol dumps.
180 LogUtils.e(LOG_TAG, "unable to restore mailbox");
233 LogUtils.d(Logging.LOG_TAG, message);
255 LogUtils.w(Logging.LOG_TAG, "Method called on the UI thread",
281 LogUtils.e(LOG_TAG, "Null account cursor for mAccountId %d", accountId);
300 LogUtils.e(LOG_TAG, "Null folder cursor for account %d, mailbox %d",
310 LogUtils.e(LOG_TAG, "Empty folder cursor for account %d, mailbox %d",

Completed in 3164 milliseconds

1 23 4 5 6 7 8 910