/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; 112 LogUtils.d(LOG_TAG, "Watching %s, at position %d.", uri, location);
|
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/ui/ |
AttachmentTile.java | 39 import com.android.mail.utils.LogUtils; 119 LogUtils.d(LOG_TAG, "got attachment list row: name=%s state/dest=%d/%d dled=%d" + 200 LogUtils.d(LOG_TAG, "scaledWidth: %d, scaledHeight: %d, large: %b, skinny: %b", scaledWidth,
|
FolderListFragment.java | 64 import com.android.mail.utils.LogUtils; 310 LogUtils.wtf(LOG_TAG, "FolderListFragment expects only a ControllableActivity to" + 604 LogUtils.d(LOG_TAG, "viewFolderOrChangeAccount(%d): %s", position, item); 621 LogUtils.d(LOG_TAG, "FLF.viewFolderOrChangeAccount folder=%s, type=%d", 629 LogUtils.d(LOG_TAG, "FolderListFragment: viewFolderOrChangeAccount():" 637 LogUtils.wtf(LOG_TAG, "viewFolderOrChangeAccount(): invalid item"); 696 LogUtils.wtf(LOG_TAG, "FLF.onCreateLoader() with weird type"); [all...] |
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/UnifiedEmail/src/com/android/mail/ui/settings/ |
GeneralPrefsFragment.java | 39 import com.android.mail.utils.LogUtils; 237 LogUtils.e(LogUtils.TAG, "Can't map preference value " + prefValue);
|
/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 | 242 LogUtils.d(LOG_TAG, "Adding wearable action!!"); 631 LogUtils.i(LOG_TAG, "createUndoNotification for %s", 678 LogUtils.i(LOG_TAG, "registerUndoTimeout for %s", 704 LogUtils.i(LOG_TAG, "cancelUndoTimeout for %s", 740 LogUtils.i(LOG_TAG, "processDestructiveAction: %s", [all...] |
ContentProviderTask.java | 88 LogUtils.w(LOG_TAG, e, "exception executing ContentProviderOperationsTask");
|
Utils.java | 200 LogUtils.e(Utils.LOG_TAG, "Error finding package %s", 496 LogUtils.wtf(LOG_TAG, "Utils.createViewFolderIntent(%s,%s): Bad input", folderUri, 517 LogUtils.wtf(LOG_TAG, "Utils.createViewInboxIntent(%s): Bad input", account); 540 LogUtils.e(LOG_TAG, "unable to show help for account: %s", account); 557 LogUtils.e(LOG_TAG, "unable to show help for help URI: %s", helpIntentUri); 584 LogUtils.wtf(LOG_TAG, "invalid url in Utils.openUrl(): %s", uri); 603 LogUtils.e(LOG_TAG, "Invalid attempt to show setting screen with null account"); 619 LogUtils.e(LOG_TAG, "Invalid attempt to show setting screen with null account"); 679 LogUtils.e(LOG_TAG, e, "OOME when attempting to scale screenshot"); [all...] |
/packages/apps/Email/provider_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/provider_src/com/android/email/service/ |
EmailBroadcastProcessorService.java | 48 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 | 29 import com.android.mail.utils.LogUtils; 548 LogUtils.d(TAG, "Policy type: %s", policyType); 554 LogUtils.d(TAG, "Policy status: %s", getValue()); 584 LogUtils.d(TAG, "DeviceInformation status: %s", getValue()); 601 LogUtils.d(TAG, "Provision status: %d", status);
|
FolderSyncParser.java | 46 import com.android.mail.utils.LogUtils; 224 LogUtils.w(TAG, "Duplicate mailboxes found for account %d: %d", mAccountId, 234 LogUtils.e(LogUtils.TAG, "FolderSync: Unknown status: " + status); 294 LogUtils.d(TAG, "Deleting %s", serverId); 536 LogUtils.d(TAG, "Updating %s", serverId); 612 LogUtils.e(TAG, "Single operation transaction too large"); 615 LogUtils.d(TAG, "Transaction operation count %d too large, halving...", 622 LogUtils.e(TAG, "RemoteException in commit"); 625 LogUtils.e(TAG, "OperationApplicationException in commit") [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...] |
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/provider_src/com/android/email/provider/ |
EmailProvider.java | 126 import com.android.mail.utils.LogUtils; 374 LogUtils.v(TAG, methodName + ": uri=" + uri + ", match is " + match); 431 LogUtils.w(TAG, "Found " + count + " orphaned row(s) in " + table); 445 LogUtils.d(TAG, "Fixing parent keys"); 530 LogUtils.w(TAG, "restoreIfNeeded..."); 540 LogUtils.w(TAG, "Created new EmailProvider backup database"); 550 LogUtils.w(TAG, "Migrated from backup database to account manager"); 559 LogUtils.w(TAG, "restoreIfNeeded: Account exists."); [all...] |
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasSync.java | 38 import com.android.mail.utils.LogUtils; 146 LogUtils.d(LOG_TAG, 167 LogUtils.wtf(LOG_TAG, "Unrecognized result code: %d",
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
MessageFooterView.java | 47 import com.android.mail.utils.LogUtils; 143 LogUtils.i(LOG_TAG, "binding footer view, calling initLoader for message %d", 305 LogUtils.wtf(LOG_TAG, "Trying to open clipped message with no activity defined");
|
MessageAttachmentBar.java | 51 import com.android.mail.utils.LogUtils; 138 LogUtils.d(LOG_TAG, "got attachment list row: name=%s state/dest=%d/%d dled=%d" + 332 LogUtils.e(LOG_TAG, "viewAttachment with null content uri"); 356 LogUtils.e(LOG_TAG, e, "Couldn't find Activity for intent");
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
AttachmentsView.java | 39 import com.android.mail.utils.LogUtils; 332 LogUtils.w(LOG_TAG, e, "Error opening file to obtain size."); 339 LogUtils.w(LOG_TAG, "Error closing file opened to obtain size.");
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/providers/protos/mock/ |
MockUiProviderTests.java | 21 import com.android.mail.utils.LogUtils; 240 LogUtils.i(mLogTag, "Traversing: %s", uri.toString()); 275 LogUtils.e(mLogTag, "query returned null: %s", uri.toString());
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountCheckSettingsFragment.java | 39 import com.android.mail.utils.LogUtils; 348 LogUtils.d(Logging.LOG_TAG, "Begin auto-discover for %s", mCheckEmail); 380 LogUtils.d(Logging.LOG_TAG, "Begin check of incoming email settings"); 432 LogUtils.d(Logging.LOG_TAG, "Begin check of outgoing email settings");
|
/packages/apps/Exchange/src/com/android/exchange/ |
Eas.java | 22 import com.android.mail.utils.LogUtils;
|
/packages/apps/Exchange/src/com/android/exchange/service/ |
EasServerConnection.java | 43 import com.android.mail.utils.LogUtils; 199 LogUtils.e(TAG, "Could not get device id, defaulting to '0'"); 414 LogUtils.d(TAG, "EasServerConnection about to make request %s", method.getRequestLine()); 463 LogUtils.i(TAG, "%s with reason %d", (isMidPost ? "Interrupt" : "Stop next"), reason);
|