HomeSort by relevance Sort by last modified time
    Searched full:logutils (Results 176 - 200 of 272) sorted by null

1 2 3 4 5 6 78 91011

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 51 import com.android.mail.utils.LogUtils;
126 LogUtils.i(LOG_TAG, "Delete selected from CAB menu");
129 LogUtils.i(LOG_TAG, "Discard drafts selected from CAB menu");
132 LogUtils.i(LOG_TAG, "Discard outbox selected from CAB menu");
135 LogUtils.i(LOG_TAG, "Archive selected from CAB menu");
165 LogUtils.d(LOG_TAG, "We are in a starred folder, removing the star");
168 LogUtils.d(LOG_TAG, "Not in a starred folder.");
296 LogUtils.i(LOG_TAG, "About to remove %d converations", target.size());
511 LogUtils.d(LOG_TAG, "onSetEmpty called.");
ConversationOverlayItem.java 30 import com.android.mail.utils.LogUtils;
107 LogUtils.i(LOG_TAG, "IN setHeight=%dpx of overlay item: %s", h, this);
ConversationViewHeader.java 33 import com.android.mail.utils.LogUtils;
122 LogUtils.e(LOG_TAG, "Unable to measure height of conversation header");
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectionActivity.java 43 import com.android.mail.utils.LogUtils;
114 LogUtils.wtf(LOG_TAG,"FolderSelectionActivity.switchToDefaultInboxOrChangeAccount() " +
165 LogUtils.wtf(LOG_TAG, "unexpected intent: %s", intent);
177 LogUtils.wtf(LOG_TAG, "invalid widgetId");
AbstractConversationWebViewClient.java 41 import com.android.mail.utils.LogUtils;
187 LogUtils.e(LOG_TAG, e, "Error getting package manager");
FolderOperations.java 22 import com.android.mail.utils.LogUtils;
56 LogUtils.e(LOG_TAG, "FolderOperation created with null Folder object");
FolderListFragment.java 58 import com.android.mail.utils.LogUtils;
292 LogUtils.wtf(LOG_TAG, "FolderListFragment expects only a ControllableActivity to" +
579 LogUtils.d(LOG_TAG, "viewFolderOrChangeAccount(%d): %s", position, item);
596 LogUtils.d(LOG_TAG, "FLF.viewFolderOrChangeAccount folder=%s, type=%d",
600 LogUtils.d(LOG_TAG, "FolderListFragment: viewFolderOrChangeAccount():"
611 LogUtils.wtf(LOG_TAG, "viewFolderOrChangeAccount(): invalid item");
670 LogUtils.wtf(LOG_TAG, "FLF.onCreateLoader() with weird type");
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 52 import com.android.mail.utils.LogUtils;
333 LogUtils.d(Logging.LOG_TAG, "Failed to find message", e);
421 LogUtils.d(Logging.LOG_TAG, "searchForUids '" + searchCriteria + "' results: " +
425 LogUtils.d(Logging.LOG_TAG, me, "ImapException in search: " + searchCriteria);
432 LogUtils.d(Logging.LOG_TAG, ioe, "IOException in search: " + searchCriteria);
515 LogUtils.d(Logging.LOG_TAG, "getMessages number " + start + " - " + end);
561 LogUtils.d(Logging.LOG_TAG, "getMessages dateRange " + command.toString());
571 LogUtils.d(Logging.LOG_TAG, e, "query failed %s, trying alternate",
577 LogUtils.w(Logging.LOG_TAG, e2, "query failed %s, fatal", command);
613 LogUtils.w(Logging.LOG_TAG, "Exception detected: " + e.getMessage())
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Mailbox.java 40 import com.android.mail.utils.LogUtils;
120 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in a push only sync");
123 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in an account only sync");
141 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in an account only sync");
152 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in a push only sync");
525 LogUtils.w(Logging.LOG_TAG, "Multiple mailboxes named \"%s\"", path);
528 LogUtils.i(Logging.LOG_TAG, "Could not find mailbox at \"%s\"", path);
    [all...]
HostAuth.java 29 import com.android.mail.utils.LogUtils;
272 LogUtils.d(LogUtils.TAG, e, "Exception while serializing HostAuth");
294 LogUtils.d(LogUtils.TAG, e, "Exception while deserializing HostAuth");
MailboxUtilities.java 29 import com.android.mail.utils.LogUtils;
93 LogUtils.w(Logging.LOG_TAG, "Mailbox with null serverId: " +
207 LogUtils.w(Logging.LOG_TAG, "Account " + account.mDisplayName +
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailClientConnectionManager.java 27 import com.android.mail.utils.LogUtils;
103 LogUtils.i(Logging.LOG_TAG, "Registering socket factory for certificate alias ["
Utility.java 43 import com.android.mail.utils.LogUtils;
669 LogUtils.e(LogUtils.TAG, e, "not able to open cached file");
691 LogUtils.w(LogUtils.TAG, re, "attachmentExists RuntimeException");
717 LogUtils.d(LogUtils.TAG, "Unloaded attachment isn't marked for download: %s" +
  /packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java 34 import com.android.mail.utils.LogUtils;
137 LogUtils.d(Logging.LOG_TAG, "Decoding bitmap failed with " + e.getMessage());
  /packages/apps/Email/src/com/android/email/mail/
Sender.java 27 import com.android.mail.utils.LogUtils;
55 LogUtils.d(Logging.LOG_TAG, String.format(
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapString.java 20 import com.android.mail.utils.LogUtils;
134 LogUtils.w(Logging.LOG_TAG, getString() + " can't be parsed as a date.");
ImapResponseParser.java 28 import com.android.mail.utils.LogUtils;
103 LogUtils.d(Logging.LOG_TAG, message);
165 LogUtils.d(Logging.LOG_TAG, "<<< " + response.toString());
180 LogUtils.w(Logging.LOG_TAG, ByeException.MESSAGE);
204 LogUtils.w(Logging.LOG_TAG, "Exception detected: " + e.getMessage());
  /packages/apps/UnifiedEmail/src/com/android/mail/
MailIntentService.java 29 import com.android.mail.utils.LogUtils;
71 LogUtils.v(LOG_TAG, "Handling intent %s", intent);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java 36 import com.android.mail.utils.LogUtils;
236 if (LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG)) {
306 LogUtils.wtf(LOG_TAG, "Null conversation info from cursor");
532 LogUtils.d(LOG_TAG, "Null conversationInfo in Builder");
616 LogUtils.i(LOG_TAG, "Conversation: applying cached value to col=%s val=%s", key,
623 LogUtils.d(LOG_TAG, "Null ConversationInfo in applyCachedValues");
640 LogUtils.e(LOG_TAG, new UnsupportedOperationException(),
EmlAttachmentProvider.java 38 import com.android.mail.utils.LogUtils;
322 LogUtils.e(LOG_TAG, "File not found for file %s", oldFilePath);
328 LogUtils.e(LOG_TAG, "File not found for file %s", newFilePath);
366 LogUtils.e(LOG_TAG, e, "Failed to save download to Downloads app.");
376 LogUtils.e(LOG_TAG, e, "Cannot write to file %s", newFilePath);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
MimeType.java 66 LogUtils.d(LOG_TAG, "Attachment with null content type. '%s", contentUri);
93 LogUtils.w(LOG_TAG, "Unable to find supporting activity. " +
  /packages/apps/Email/src/com/android/email/service/
EmailBroadcastProcessorService.java 49 import com.android.mail.utils.LogUtils;
316 LogUtils.i(Logging.LOG_TAG, "Onetime initialization: 1");
322 LogUtils.i(Logging.LOG_TAG, "Onetime initialization: 2");
334 LogUtils.i(Logging.LOG_TAG, "Onetime initialization: completed.");
368 LogUtils.i(Logging.LOG_TAG, "System accounts updated.");
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ProvisionParser.java 28 import com.android.mail.utils.LogUtils;
538 LogUtils.d(TAG, "Policy type: %s", policyType);
544 LogUtils.d(TAG, "Policy status: %s", getValue());
574 LogUtils.d(TAG, "DeviceInformation status: %s", getValue());
591 LogUtils.d(TAG, "Provision status: %d", status);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupIncomingFragment.java 54 import com.android.mail.utils.LogUtils;
315 LogUtils.e(LogUtils.TAG,
567 LogUtils.d(LogUtils.TAG, "Non-integer server port; using '" + serverPort + "'");
623 LogUtils.d(LogUtils.TAG, "Couldn't parse port %s", mPortView.getText());
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 123 import com.android.mail.utils.LogUtils;
362 LogUtils.v(TAG, methodName + ": uri=" + uri + ", match is " + match);
419 LogUtils.w(TAG, "Found " + count + " orphaned row(s) in " + table);
433 LogUtils.d(TAG, "Fixing parent keys");
518 LogUtils.w(TAG, "restoreIfNeeded...");
528 LogUtils.w(TAG, "Created new EmailProvider backup database");
538 LogUtils.w(TAG, "Migrated from backup database to account manager");
547 LogUtils.w(TAG, "restoreIfNeeded: Account exists.");
    [all...]

Completed in 574 milliseconds

1 2 3 4 5 6 78 91011