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

1 2 3 4 5 67 8 910

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HtmlConversationTemplates.java 25 import com.android.mail.utils.LogUtils;
207 LogUtils.d(TAG, "rendered conversation of %d bytes, buffer capacity=%d",
AttachmentTile.java 40 import com.android.mail.utils.LogUtils;
115 LogUtils.d(LOG_TAG, "got attachment list row: name=%s state/dest=%d/%d dled=%d" +
189 LogUtils.d(LOG_TAG, "scaledWidth: %d, scaledHeight: %d, large: %b, skinny: %b", scaledWidth,
TwoPaneController.java 36 import com.android.mail.utils.LogUtils;
126 LogUtils.wtf(LOG_TAG, "mLayout is null!");
293 LogUtils.i(LOG_TAG, "IN TPC.showConv, oldMode=%s conv=%s", mode, mConversationToShow);
303 LogUtils.i(LOG_TAG, "TPC.showConversation will wait for TPL.animationEnd to show!");
434 LogUtils.wtf(LOG_TAG, new Throwable(), "mLayout is null");
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 31 import com.android.mail.utils.LogUtils;
250 LogUtils.d(TAG, "Rfc822Output#writeOneAttachment(), failed to load" +
278 LogUtils.e(TAG, fnfe, "Rfc822Output#writeOneAttachment(), FileNotFoundException" +
282 LogUtils.e(TAG, ioe, "Rfc822Output#writeOneAttachment(), IOException" +
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MessageMove.java 10 import com.android.mail.utils.LogUtils;
144 LogUtils.w(LOG_TAG, "Moves were not in ascending id order");
148 LogUtils.w(LOG_TAG, "existing move's dst not same as this move's src");
Mailbox.java 41 import com.android.mail.utils.LogUtils;
121 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in a push only sync");
124 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in an account only sync");
142 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in an account only sync");
153 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in a push only sync");
524 LogUtils.w(Logging.LOG_TAG, "Multiple mailboxes named \"%s\"", path);
527 LogUtils.i(Logging.LOG_TAG, "Could not find mailbox at \"%s\"", path);
    [all...]
MailboxUtilities.java 28 import com.android.mail.utils.LogUtils;
92 LogUtils.w(Logging.LOG_TAG, "Mailbox with null serverId: " +
206 LogUtils.w(Logging.LOG_TAG, "Account " + account.mDisplayName +
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 30 import com.android.mail.utils.LogUtils;
165 LogUtils.v(TAG, "validate returns " + bundle.getInt(VALIDATE_BUNDLE_RESULT_CODE));
195 LogUtils.v(TAG, "autoDiscover returns "
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsUtils.java 36 import com.android.mail.utils.LogUtils;
145 LogUtils.w(Logging.LOG_TAG, "providers line: " + xml.getLineNumber() +
169 LogUtils.e(Logging.LOG_TAG, "Error while trying to load provider settings.", e);
AccountSetupType.java 39 import com.android.mail.utils.LogUtils;
188 LogUtils.d(LogUtils.TAG, "Duplicate account check cancelled (AccountSetupType)");
AccountSettingsFragment.java 65 import com.android.mail.utils.LogUtils;
199 LogUtils.d(Logging.LOG_TAG, "AccountSettingsFragment onCreate");
225 LogUtils.d(Logging.LOG_TAG, "AccountSettingsFragment onActivityCreated");
236 LogUtils.d(Logging.LOG_TAG, "AccountSettingsFragment onStart");
255 LogUtils.d(Logging.LOG_TAG, "AccountSettingsFragment onResume");
283 LogUtils.d(Logging.LOG_TAG, "AccountSettingsFragment onPause");
297 LogUtils.d(Logging.LOG_TAG, "AccountSettingsFragment onStop");
408 LogUtils.d(Logging.LOG_TAG, "AccountSettingsFragment onDestroy");
419 LogUtils.d(Logging.LOG_TAG, "AccountSettingsFragment onSaveInstanceState");
634 LogUtils.e(Logging.LOG_TAG, "Could not find service info for account " + mAccount.mI
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
WidgetProvider.java 30 import com.android.mail.utils.LogUtils;
96 LogUtils.d(LOG_TAG, "Couldn't load account or mailbox. accountId: %d" +
155 LogUtils.e(LOG_TAG, "Null account cursor");
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentActionHandler.java 40 import com.android.mail.utils.LogUtils;
219 LogUtils.e(LOG_TAG, "Couldn't find Activity for intent", e);
236 LogUtils.e(LOG_TAG, "Couldn't find Activity for intent", e);
SelectedConversationsActionMenu.java 52 import com.android.mail.utils.LogUtils;
127 LogUtils.i(LOG_TAG, "Delete selected from CAB menu");
132 LogUtils.i(LOG_TAG, "Archive selected from CAB menu");
159 LogUtils.d(LOG_TAG, "We are in a starred folder, removing the star");
162 LogUtils.d(LOG_TAG, "Not in a starred folder.");
290 LogUtils.i(LOG_TAG, "About to remove %d converations", target.size());
499 LogUtils.d(LOG_TAG, "onSetEmpty called.");
ConversationContainer.java 42 import com.android.mail.utils.LogUtils;
374 LogUtils.v(TAG, "in Container.OnTouch. fake: action=%d x/y=%f/%f pointers=%d",
397 LogUtils.d(TAG, "Container is intercepting non-primary touch!");
419 // LogUtils.v(TAG, "in Container.InterceptTouch. action=%d x/y=%f/%f pointers=%d result=%s",
444 // LogUtils.v(TAG, "in Container.OnTouch. action=%d x/y=%f/%f pointers=%d",
693 if (LogUtils.isLoggable(TAG, LogUtils.DEBUG)) {
694 LogUtils.d(TAG, "*** IN header container onMeasure spec for w/h=%s/%s",
713 LogUtils.d(TAG, "*** IN header container onLayout");
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
LetterTileProvider.java 39 import com.android.mail.utils.LogUtils;
124 LogUtils.w(TAG, "LetterTileProvider width(%d) or height(%d) is 0 for name %s and "
156 LogUtils.w(TAG,
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderWatcher.java 30 import com.android.mail.utils.LogUtils;
59 private final static String LOG_TAG = LogUtils.TAG;
107 LogUtils.d(LOG_TAG, "Watching %s, at position %d.", uri, location);
EmlAttachmentProvider.java 36 import com.android.mail.utils.LogUtils;
292 LogUtils.e(LOG_TAG, "File not found for file %s", oldFilePath);
298 LogUtils.e(LOG_TAG, "File not found for file %s", newFilePath);
336 LogUtils.e(LOG_TAG, e, "Failed to save download to Downloads app.");
346 LogUtils.e(LOG_TAG, e, "Cannot write to file %s", newFilePath);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
FragmentStatePagerAdapter2.java 92 if (DEBUG) LogUtils.v(TAG, "Adding item #" + position + ": f=" + fragment);
115 if (DEBUG) LogUtils.v(TAG, "Removing item #" + position + ": f=" + object
201 LogUtils.w(TAG, "Bad fragment at key " + key);
NotificationActionUtils.java 521 LogUtils.i(LOG_TAG, "createUndoNotification for %s",
565 LogUtils.i(LOG_TAG, "registerUndoTimeout for %s",
591 LogUtils.i(LOG_TAG, "cancelUndoTimeout for %s",
626 LogUtils.i(LOG_TAG, "processDestructiveAction: %s",
674 LogUtils.i(LOG_TAG, "createUndoNotification for %s",
697 LogUtils.i(LOG_TAG, "cancelUndoNotification for %s",
720 LogUtils.i(LOG_TAG, "processUndoNotification, %s",
756 LogUtils.i(LOG_TAG, "resendNotifications account: %s, folder: %s"
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncCalendar.java 38 import com.android.mail.utils.LogUtils;
291 LogUtils.d(TAG, "Deleted orphaned exception: %d", orphan);
330 LogUtils.d(TAG, "Queueing declined response to %s", msg.mTo);
    [all...]
  /packages/apps/Email/src/com/android/email/service/
EmailBroadcastProcessorService.java 48 import com.android.mail.utils.LogUtils;
318 LogUtils.i(Logging.LOG_TAG, "Onetime initialization: 1");
327 LogUtils.i(Logging.LOG_TAG, "Onetime initialization: 2");
339 LogUtils.i(Logging.LOG_TAG, "Onetime initialization: completed.");
381 LogUtils.i(Logging.LOG_TAG, "System accounts updated.");
EmailServiceStub.java 63 import com.android.mail.utils.LogUtils;
117 LogUtils.i(Logging.LOG_TAG, "requestSync EmailServiceStub startSync %s, %s",
232 LogUtils.i(Logging.LOG_TAG, me, "Error loading attachment");
347 LogUtils.i(Logging.LOG_TAG, me, "Error in updateFolderList");
390 LogUtils.e(Logging.LOG_TAG, "pushModify invalid for account type for %d", accountId);
444 LogUtils.d(Logging.LOG_TAG, "Can't send #" + messageId +
  /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/mail/store/
ImapFolder.java 52 import com.android.mail.utils.LogUtils;
328 LogUtils.d(Logging.LOG_TAG, "Failed to find message", e);
416 LogUtils.d(Logging.LOG_TAG, "searchForUids '" + searchCriteria + "' results: " +
420 LogUtils.d(Logging.LOG_TAG, me, "ImapException in search: " + searchCriteria);
427 LogUtils.d(Logging.LOG_TAG, ioe, "IOException in search: " + searchCriteria);
510 LogUtils.d(Logging.LOG_TAG, "getMessages number " + start + " - " + end);
556 LogUtils.d(Logging.LOG_TAG, "getMessages dateRange " + command.toString());
566 LogUtils.d(Logging.LOG_TAG, e, "query failed %s, trying alternate",
572 LogUtils.w(Logging.LOG_TAG, e2, "query failed %s, fatal", command);
608 LogUtils.w(Logging.LOG_TAG, "Exception detected: " + e.getMessage())
    [all...]

Completed in 1111 milliseconds

1 2 3 4 5 67 8 910