HomeSort by relevance Sort by last modified time
    Searched defs:LogUtils (Results 201 - 225 of 230) sorted by null

1 2 3 4 5 6 7 8910

  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 47 import com.android.mail.utils.LogUtils;
218 LogUtils.d(Logging.LOG_TAG, "couldn't obtain SHA-1 hash for device UID");
  /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/
Parser.java 25 import com.android.mail.utils.LogUtils;
198 * Set the debug state of the parser. When debugging is on, every token is logged (LogUtils.v)
422 LogUtils.v(LOG_TAG, "%s", indent + logStr);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java 50 import com.android.mail.utils.LogUtils;
210 LogUtils.d(LOG_TAG, "Create: initial creation");
231 if (DEBUG) LogUtils.i(LOG_TAG, "[Paused: %s]", this);
239 if (DEBUG) LogUtils.i(LOG_TAG, "[Resumed: %s]", this);
244 if (DEBUG) LogUtils.i(LOG_TAG, "IN checkNotifyUI, this=%s", this);
295 if (DEBUG) LogUtils.i(LOG_TAG, "in cache job pos=%s c=%s", mStartPos,
330 LogUtils.i(LOG_TAG, "ConversationCursor caching complete pos=%s", mCachePos);
415 LogUtils.e(LOG_TAG, "Inserting duplicate conversation uri key: %s. " +
421 LogUtils.e(LOG_TAG, "Inserting duplicate conversation id key: %d" +
441 LogUtils.e(LOG_TAG, "Unexpected map sizes. Cursor size: %d, "
    [all...]
ConversationContainer.java 42 import com.android.mail.utils.LogUtils;
365 LogUtils.v(TAG, "in Container.OnTouch. fake: action=%d x/y=%f/%f pointers=%d",
388 LogUtils.d(TAG, "Container is intercepting non-primary touch!");
410 // LogUtils.v(TAG, "in Container.InterceptTouch. action=%d x/y=%f/%f pointers=%d result=%s",
435 // LogUtils.v(TAG, "in Container.OnTouch. action=%d x/y=%f/%f pointers=%d",
689 if (LogUtils.isLoggable(TAG, LogUtils.DEBUG)) {
690 LogUtils.d(TAG, "*** IN header container onMeasure spec for w/h=%s/%s",
709 LogUtils.d(TAG, "*** IN header container onLayout");
    [all...]
ConversationItemView.java 91 import com.android.mail.utils.LogUtils;
    [all...]
ConversationViewAdapter.java 47 import com.android.mail.utils.LogUtils;
706 LogUtils.e(LOG_TAG, "not enough items in the adapter. count: %s", count);
711 LogUtils.e(LOG_TAG, "removed wrong overlay item: %s", item);
721 LogUtils.e(LOG_TAG, "not enough items in the adapter. count: %s", count);
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewController.java 47 import com.android.mail.utils.LogUtils;
405 LogUtils.e(LOG_TAG, e, "Can't print photo");
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
MailPrefs.java 27 import com.android.mail.utils.LogUtils;
201 LogUtils.e(LOG_TAG, "Cannot configure widget with null account");
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 38 import com.android.mail.utils.LogUtils;
274 LogUtils.e(LOG_TAG, e, "Error in writing attachment to cache");
276 LogUtils.e(LOG_TAG, e, "Error in writing attachment to cache");
281 LogUtils.e(LOG_TAG, e, "Error parsing eml attachment");
385 LogUtils.e(LOG_TAG, e, "JSONException when adding provider data");
390 LogUtils.e(LOG_TAG, e, "JSONException in toString");
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);
Folder.java 37 import com.android.mail.utils.LogUtils;
592 if (LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG)) {
658 LogUtils.e(LogUtils.TAG, "No icon returned for folder %s", folder);
871 LogUtils.e(LOG_TAG, "split.length %d", split.length);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationSyncDisabledTipView.java 45 import com.android.mail.utils.LogUtils;
197 LogUtils.i(LOG_TAG, "Sync is off with reason %d", mReasonSyncOff);
216 LogUtils.i(LOG_TAG, "getMasterSyncAutomatically() return false");
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");
SwipeHelper.java 34 import com.android.mail.utils.LogUtils;
185 LogUtils.v(TAG, "-------------");
194 LogUtils.v(TAG, "INVALIDATE(" + (int) Math.floor(childBounds.left)
424 LogUtils.v(TAG, "Swipe/Dismiss: " + velocity + "/" + escapeVelocity + "/"
  /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...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 69 import com.android.mail.utils.LogUtils;
400 LogUtils.d(LogUtils.TAG, "Unknown preference key %s", key);
645 LogUtils.e(LogUtils.TAG,
    [all...]
AccountSecurity.java 42 import com.android.mail.utils.LogUtils;
225 LogUtils.d(TAG, "could not load account or policy in AccountSecurity");
296 LogUtils.d(TAG, "Showing password expiration dialog");
312 LogUtils.d(TAG, "Showing security needed dialog");
353 LogUtils.d(TAG, "Not active admin: repost notification");
363 LogUtils.d(TAG, "No HostAuth: repost notification");
369 LogUtils.d(TAG, "Not active admin: post initial notification");
388 LogUtils.d(TAG, "Security active; clear holds");
408 LogUtils.d(TAG, "Password needed; repost notification");
414 LogUtils.d(TAG, "Password needed; request it via DPM")
    [all...]
AccountSetupOutgoingFragment.java 51 import com.android.mail.utils.LogUtils;
395 LogUtils.d(LogUtils.TAG, "Non-integer server port; using '" + serverPort + "'");
MailboxSettings.java 53 import com.android.mail.utils.LogUtils;
448 LogUtils.i(Logging.LOG_TAG, "Saving mailbox settings...");
468 LogUtils.i(Logging.LOG_TAG, "Saved: " + uri);
  /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/provider/
ContentCache.java 29 import com.android.mail.utils.LogUtils;
189 LogUtils.d(mLogTag, "============ Invalidate tokens for: " + id);
208 LogUtils.d(mLogTag, "============ List invalidated");
220 LogUtils.d(mLogTag, "============ Removing token for: " + token.mId);
222 LogUtils.d(mLogTag, "============ No token found for: " + token.mId);
232 LogUtils.d(mLogTag, "============ Taking token for: " + token.mId);
487 LogUtils.d(mLogTag, "============ Stale token for " + id);
494 LogUtils.d(mLogTag, "============ Caching cursor for: " + id);
599 LogUtils.d(mTokenList.mLogTag, "============ Lock invalidated " + count +
636 LogUtils.d(mLogTag, "=========== Unlocking cache for: " + id)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeMessage.java 26 import com.android.mail.utils.LogUtils;
181 LogUtils.v(LogUtils.TAG, "Message missing Date header");
193 LogUtils.v(LogUtils.TAG, "Message also missing Delivery-Date header");
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 111 import com.android.mail.utils.LogUtils;
460 LogUtils.d(LOG_TAG, "Launching with extraValues: %s", extraValues.toString());
586 LogUtils.d(LOG_TAG, "Got remote input from new api");
594 LogUtils.d(LOG_TAG,
612 LogUtils.w(LOG_TAG, "remote input string is null");
653 LogUtils.d(LOG_TAG, "Previous draft had action type: %d", action);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetService.java 54 import com.android.mail.utils.LogUtils;
95 LogUtils.e(LOG_TAG, new Error(),
403 LogUtils.e(LOG_TAG, "Failed to move to position %d in the cursor.", position);
456 LogUtils.e(LOG_TAG, "null sender while iterating over styledSenders");
565 LogUtils.e(LOG_TAG, "Empty folder name");

Completed in 702 milliseconds

1 2 3 4 5 6 7 8910