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

1 2 3 4 56 7 8 910

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
Log.java 19 import com.android.mail.utils.LogUtils;
25 private static final String LOG_TAG = LogUtils.TAG;
  /packages/apps/Email/src/com/android/email/service/
ImapService.java 62 import com.android.mail.utils.LogUtils;
152 LogUtils.d(Logging.LOG_TAG, "synchronizeMailboxSynchronous", e);
290 LogUtils.e(Logging.LOG_TAG,
296 LogUtils.e(Logging.LOG_TAG,
324 LogUtils.d(Logging.LOG_TAG, "synchronizeMailboxGeneric " + account + " " + mailbox + " "
368 LogUtils.d(
377 LogUtils.d(Logging.LOG_TAG, "full sync: original window: now - " + endDate);
383 LogUtils.d(Logging.LOG_TAG, "quick sync: original window: now - " + endDate);
390 LogUtils.d(Logging.LOG_TAG, "account is apparently deleted");
403 LogUtils.w(Logging.LOG_TAG, "could not create remote folder type %d"
    [all...]
PopImapSyncAdapterService.java 44 import com.android.mail.utils.LogUtils;
119 LogUtils.d(TAG, "About to sync mailbox: " + mailbox.mDisplayName);
190 LogUtils.d(TAG, "Upload sync request for " + acct.mDisplayName);
216 LogUtils.d(TAG, "Sync request for " + acct.mDisplayName);
217 LogUtils.d(TAG, extras.toString());
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 47 import com.android.mail.utils.LogUtils;
143 LogUtils.d(TAG, "Aggregate from: " + policy);
188 LogUtils.d(TAG, "Calculated Aggregate: " + aggregate);
193 LogUtils.d(TAG, "Calculated Aggregate: no policy");
235 LogUtils.d(TAG, "reducePolicies");
267 LogUtils.d(TAG, sb.toString());
410 LogUtils.d(TAG, "setActivePolicies: none, remove admin");
415 LogUtils.d(TAG, "setActivePolicies: " + aggregatePolicy);
495 LogUtils.d(TAG, "policiesRequired for " + account.mDisplayName + ": " + policy);
577 LogUtils.i(TAG, "requestSync SecurityPolicy syncAccount %s, %s", account.toString()
    [all...]
NotificationController.java 54 import com.android.mail.utils.LogUtils;
202 LogUtils.i(LOG_TAG, "Observing account changes for notifications");
241 LogUtils.d(LOG_TAG, "Delayed notification processing");
284 LogUtils.i(LOG_TAG, "Registering for notifications for account " + accountId);
305 LogUtils.i(LOG_TAG, "Unregistering notifications for all accounts");
312 LogUtils.i(LOG_TAG, "Unregistering notifications for account " + accountId);
351 LogUtils.w(LOG_TAG, "Null folder cursor for mailbox %s",
370 LogUtils.e(LOG_TAG,
375 LogUtils.e(LOG_TAG, "Null uiAccount for account id %d", account.mId);
562 LogUtils.d(LOG_TAG, "Can't cancel notification for missing account %d", account.mId)
    [all...]
LegacyConversions.java 44 import com.android.mail.utils.LogUtils;
96 LogUtils.w(Logging.LOG_TAG, "No sentDate, falling back to internalDate");
233 LogUtils.d(Logging.LOG_TAG, "Add attachment " + localAttachment);
259 LogUtils.d(Logging.LOG_TAG, "Skipped, found db attachment " + dbAttachment);
370 LogUtils.d(Logging.LOG_TAG, "Exception while reading html body " + rte.toString());
377 LogUtils.d(Logging.LOG_TAG, "Exception while reading text body " + rte.toString());
391 LogUtils.d(Logging.LOG_TAG, "Exception while reading text reply " + rte.toString());
399 LogUtils.d(Logging.LOG_TAG, "Exception while reading html reply " + rte.toString());
406 LogUtils.d(Logging.LOG_TAG, "Exception while reading text reply " + rte.toString());
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MessageStateChange.java 9 import com.android.mail.utils.LogUtils;
142 LogUtils.w(LOG_TAG, "DChanges were not in ascending id order");
146 LogUtils.w(LOG_TAG, "existing change inconsistent with new change");
155 LogUtils.e(LOG_TAG, "No mailbox id for message %d", messageKey);
  /packages/apps/Email/src/com/android/email/provider/
Utilities.java 38 import com.android.mail.utils.LogUtils;
179 LogUtils.e(Logging.LOG_TAG, "Error while copying downloaded message." + me);
183 LogUtils.e(Logging.LOG_TAG, "Error while storing downloaded message." + rte.toString());
185 LogUtils.e(Logging.LOG_TAG, "Error while storing attachment." + ioe.toString());
AttachmentProvider.java 39 import com.android.mail.utils.LogUtils;
208 LogUtils.d(Logging.LOG_TAG, "openFile/thumbnail failed with " +
212 LogUtils.d(Logging.LOG_TAG, "openFile/thumbnail failed with " +
323 LogUtils.d(Logging.LOG_TAG, "createImageThumbnail failed with " + oome.getMessage());
326 LogUtils.d(Logging.LOG_TAG, "createImageThumbnail failed with " + e.getMessage());
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 22 import com.android.mail.utils.LogUtils;
268 LogUtils.w(LOG_TAG, "Underflow reading from MockTransport");
273 LogUtils.d(LOG_TAG, "<<< " + line);
313 LogUtils.d(LOG_TAG, ">>> " + s);
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasMoveItems.java 15 import com.android.mail.utils.LogUtils;
91 LogUtils.e(LOG_TAG, "MoveItems gave us an invalid status %d", status);
151 LogUtils.e(LOG_TAG,
159 LogUtils.e(LOG_TAG,
  /packages/apps/UnifiedEmail/src/com/android/mail/adapter/
DrawerItem.java 28 import com.android.mail.utils.LogUtils;
251 LogUtils.wtf(LOG_TAG, "DrawerItem.getView(%d) for an invalid type!", mType);
291 LogUtils.wtf(LOG_TAG, "DrawerItem.isItemEnabled() for invalid type %d", mType);
329 LogUtils.wtf(LOG_TAG, "DrawerItem.isHighlighted() for invalid type %d", mType);
  /packages/inputmethods/LatinIME/native/jni/src/utils/
log_utils.cpp 25 /* static */ void LogUtils::logToJava(JNIEnv *const env, const char *const format, ...) {
26 static const char *TAG = "LatinIME:LogUtils";
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListView.java 34 import com.android.mail.utils.LogUtils;
210 LogUtils.d(LOG_TAG, "ignoring swipe to refresh on DRAFT folder");
216 LogUtils.d(LOG_TAG, "ignoring swipe to refresh on virtual folder");
223 LogUtils.i(LOG_TAG, "Sync triggered from distance");
264 LogUtils.d(LOG_TAG, "Start swipe to refresh tracking");
329 LogUtils.i(LOG_TAG, "ConversationListView show sync status bar");
369 LogUtils.i(LOG_TAG, "ConversationListView hide sync status bar");
SwipeableListView.java 45 import com.android.mail.utils.LogUtils;
122 LogUtils.d(Utils.VIEW_DEBUGGING_TAG,
126 LogUtils.d(Utils.VIEW_DEBUGGING_TAG, new Error(),
312 LogUtils.e(LOG_TAG, "SwipeableListView.destroyItems: null conversations.");
317 LogUtils.e(LOG_TAG, "SwipeableListView.destroyItems: Cannot destroy: adapter is null.");
331 LogUtils.w(LOG_TAG, e, "Exception finding position; using alternate strategy");
413 LogUtils.wtf(LOG_TAG, "unexpected context=%s", c);
FolderSelectionActivity.java 41 import com.android.mail.utils.LogUtils;
111 LogUtils.wtf(LOG_TAG,
118 LogUtils.wtf(LOG_TAG,"FolderSelectionActivity.switchToDefaultInboxOrChangeAccount() " +
169 LogUtils.wtf(LOG_TAG, "unexpected intent: %s", intent);
185 LogUtils.wtf(LOG_TAG, "invalid widgetId");
FolderListFragment.java 53 import com.android.mail.utils.LogUtils;
242 LogUtils.wtf(LOG_TAG, "FolderListFragment expects only a ControllableActivity to" +
451 LogUtils.d(LOG_TAG, "viewFolderOrChangeAccount(%d): %s", position, item);
480 LogUtils.d(LOG_TAG, "FLF.viewFolderOrChangeAccount folder=%s, type=%d",
484 LogUtils.d(LOG_TAG, "FolderListFragment: viewFolderOrChangeAccount():"
492 LogUtils.wtf(LOG_TAG, "viewFolderOrChangeAccount(): invalid item");
529 LogUtils.wtf(LOG_TAG, "FLF.onCreateLoader() with weird type");
760 LogUtils.wtf(LOG_TAG, "recalculateListAccounts() with null current account.");
    [all...]
FolderSelectionDialog.java 35 import com.android.mail.utils.LogUtils;
75 LogUtils.d(LOG_TAG, "Folder Selection dialog dismissed");
  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 41 import com.android.mail.utils.LogUtils;
218 LogUtils.d(Logging.LOG_TAG, "TLS not supported but required");
229 LogUtils.d(Logging.LOG_TAG, me.toString());
236 LogUtils.d(Logging.LOG_TAG, ioe.toString());
260 LogUtils.d(Logging.LOG_TAG, statException.toString());
331 LogUtils.d(Logging.LOG_TAG, "Unable to index during getMessage " + ioe);
359 LogUtils.d(Logging.LOG_TAG, ioe.toString());
577 LogUtils.w(Logging.LOG_TAG, "Can't read message " + messageId);
589 LogUtils.e(Logging.LOG_TAG, "No body length supplied");
674 LogUtils.d(Logging.LOG_TAG, ioe.toString())
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
FolderSyncParser.java 45 import com.android.mail.utils.LogUtils;
223 LogUtils.w(TAG, "Duplicate mailboxes found for account %d: %d", mAccountId,
233 LogUtils.e(LogUtils.TAG, "FolderSync: Unknown status: " + status);
293 LogUtils.d(TAG, "Deleting %s", serverId);
518 LogUtils.d(TAG, "Updating %s", serverId);
589 LogUtils.e(TAG, "Single operation transaction too large");
592 LogUtils.d(TAG, "Transaction operation count %d too large, halving...",
599 LogUtils.e(TAG, "RemoteException in commit");
602 LogUtils.e(TAG, "OperationApplicationException in commit")
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EasServerConnection.java 43 import com.android.mail.utils.LogUtils;
202 LogUtils.e(TAG, "Could not get device id, defaulting to '0'");
412 LogUtils.d(TAG, "EasServerConnection about to make request %s", method.getRequestLine());
461 LogUtils.i(TAG, "%s with reason %d", (isMidPost ? "Interrupt" : "Stop next"), reason);
513 LogUtils.d(TAG, "No outbox for account %d, creating it", account.mId);
536 LogUtils.d(TAG, "requestSync EasServerConnection requestSyncForMailbox %s, %s",
  /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 ["
  /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/
Store.java 34 import com.android.mail.utils.LogUtils;
104 LogUtils.d(Logging.LOG_TAG, String.format(
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationWebView.java 31 import com.android.mail.utils.LogUtils;
208 LogUtils.d(LOG_TAG, "WebView disabling intercepts: POINTER_DOWN");

Completed in 1031 milliseconds

1 2 3 4 56 7 8 910