/packages/apps/Email/provider_src/com/android/email/provider/ |
EmailMessageCursor.java | 29 import com.android.mail.utils.LogUtils; 83 LogUtils.v(LogUtils.TAG, e, "Did not find html body for message %d", messageId); 98 LogUtils.v(LogUtils.TAG, e, "Did not find text body for message %d", messageId);
|
RefreshStatusMonitor.java | 5 import com.android.mail.utils.LogUtils; 79 LogUtils.d(TAG, "RefreshStatusMonitor: setSyncStarted: mailboxId=%d", mailboxId); 110 LogUtils.d(TAG, "RefreshStatusMonitor: mailboxId=%d LOW STORAGE", 117 LogUtils.d(TAG, "RefreshStatusMonitor: mailboxId=%d NOT CONNECTED", 128 LogUtils.d(TAG, "RefreshStatusMonitor: mailboxId=%d Retry %d", 131 LogUtils.d(TAG, "RefreshStatusMonitor: mailboxId=%d TIMEOUT", 144 LogUtils.d(TAG, "RefreshStatusMonitor: mailboxId=%d SYNC DETECTED", mMailboxId);
|
AccountReconciler.java | 42 import com.android.mail.utils.LogUtils; 163 LogUtils.d(Logging.LOG_TAG, "reconcileAccountsInternal"); 166 LogUtils.d(Logging.LOG_TAG, "deferring reconciliation, migration in progress"); 191 LogUtils.w(Logging.LOG_TAG, 199 LogUtils.d(Logging.LOG_TAG, 204 LogUtils.d(Logging.LOG_TAG, "deleted account with hostAuth " + auth); 234 LogUtils.d(Logging.LOG_TAG, 245 LogUtils.w(Logging.LOG_TAG, e.toString()); 247 LogUtils.w(Logging.LOG_TAG, e.toString()); 249 LogUtils.w(Logging.LOG_TAG, e.toString()) [all...] |
/packages/apps/Email/provider_src/com/android/email/service/ |
EmailServiceUtils.java | 68 import com.android.mail.utils.LogUtils; 236 LogUtils.w(LogUtils.TAG, "Returning NullService for %s", protocol); 271 LogUtils.w(LogUtils.TAG, e, "finishAccountManagerBlocker"); 273 LogUtils.w(LogUtils.TAG, e, "finishAccountManagerBlocker"); 275 LogUtils.w(LogUtils.TAG, e, "finishAccountManagerBlocker"); 352 LogUtils.w(LogUtils.TAG, "Converting %s to %s", amAccount.name, newProtocol) [all...] |
PolicyService.java | 31 import com.android.mail.utils.LogUtils; 47 LogUtils.e(LOG_TAG, e, "Exception thrown during call to SecurityPolicy#isActive"); 64 LogUtils.e(LOG_TAG, e, "Exception thrown during call to SecurityPolicy#remoteWipe"); 82 LogUtils.e(LOG_TAG, e, 108 LogUtils.w(LOG_TAG, "SecurityException checking camera disabling.");
|
ImapTempFileLiteral.java | 26 import com.android.mail.utils.LogUtils; 82 LogUtils.w(Logging.LOG_TAG, "ImapTempFileLiteral: Temp file not found"); 100 LogUtils.w(Logging.LOG_TAG, "ImapTempFileLiteral: Error while reading temp file", e); 113 LogUtils.w(Logging.LOG_TAG, "Failed to remove temp file: " + re.getMessage());
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasSearchGal.java | 16 import com.android.mail.utils.LogUtils; 74 LogUtils.wtf(LogUtils.TAG, "Failure to parse GalResult"); 81 LogUtils.d(LogUtils.TAG, "GAL lookup returned %d", code);
|
EasOperation.java | 44 import com.android.mail.utils.LogUtils; 103 public static final String LOG_TAG = LogUtils.TAG; 259 LogUtils.i(LOG_TAG, "Failed to initialize %d before sending request for operation %s", 298 LogUtils.i(LOG_TAG, "IOException while sending request: %s", message); 301 LogUtils.i(LOG_TAG, "CertificateException while sending request: %s", 309 LogUtils.d(LOG_TAG, "Exception sending request %s", e.getMessage()); 314 LogUtils.e(LOG_TAG, e, "Exception while sending request"); 327 LogUtils.e(LOG_TAG, e, "Exception while handling response"); 336 LogUtils.e(LOG_TAG, "CommandStatusException: %s, %d", getCommand(), status); 358 LogUtils.e(LOG_TAG, "Forbidden response") [all...] |
EasOutboxSync.java | 29 import com.android.mail.utils.LogUtils; 118 LogUtils.w(LOG_TAG, "IO error creating temp file"); 128 LogUtils.w(LOG_TAG, "IO error writing to temp file"); 135 LogUtils.w(LOG_TAG, "IO error creating fileInputStream"); 171 LogUtils.w(LOG_TAG, "IOException closing fileStream %s", e); 194 LogUtils.w(LOG_TAG, "Needs provisioning before sending message: %d", 199 LogUtils.w(LOG_TAG, "ITEM_NOT_FOUND smart sending message: %d", mMessage.mId); 203 LogUtils.w(LOG_TAG, "General failure sending message: %d", mMessage.mId); 207 LogUtils.d(LOG_TAG, "Empty response sending message: %d", mMessage.mId); 211 LogUtils.e(LOG_TAG, e, "IOException sending message: %d", mMessage.mId) [all...] |
EasOptions.java | 21 import com.android.mail.utils.LogUtils; 89 LogUtils.e(LOG_TAG, "OPTIONS response without commands or versions"); 119 LogUtils.d(LOG_TAG, "Server supports versions: %s", supportedVersions);
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
EmlMessageLoader.java | 30 import com.android.mail.utils.LogUtils; 59 LogUtils.e(LOG_TAG, e, "Could not find eml file at uri: %s", mEmlFileUri); 69 LogUtils.e(LOG_TAG, e, "Could not read eml file"); 72 LogUtils.e(LOG_TAG, e, "Error in parsing eml file"); 87 LogUtils.d(LOG_TAG, "Failed to delete temp file" + file.getName());
|
MessageWebView.java | 29 import com.android.mail.utils.LogUtils; 82 LogUtils.d(MessageScrollView.LOG_TAG,"OUT WebView.onTouch, returning handled=%s ev=%s", 99 LogUtils.w(LOG_TAG, "Suppressing size change in MessageWebView");
|
/packages/apps/Email/provider_src/com/android/email/mail/transport/ |
MailTransport.java | 28 import com.android.mail.utils.LogUtils; 108 LogUtils.d(Logging.LOG_TAG, "*** " + mDebugLabel + " open " + 140 LogUtils.d(Logging.LOG_TAG, e.toString()); 145 LogUtils.d(Logging.LOG_TAG, ioe.toString()); 150 LogUtils.d(Logging.LOG_TAG, iae.toString()); 183 LogUtils.d(Logging.LOG_TAG, e.toString()); 188 LogUtils.d(Logging.LOG_TAG, ioe.toString()); 293 LogUtils.d(Logging.LOG_TAG, ">>> " + sensitiveReplacement); 295 LogUtils.d(Logging.LOG_TAG, ">>> " + s); 324 LogUtils.d(Logging.LOG_TAG, "End of stream reached while trying to read line.") [all...] |
DiscourseLogger.java | 20 import com.android.mail.utils.LogUtils; 113 LogUtils.w(Logging.LOG_TAG, "Last network activities:"); 115 LogUtils.w(Logging.LOG_TAG, "%s", r);
|
/packages/apps/Exchange/src/com/android/exchange/service/ |
AbstractSyncAdapterService.java | 40 import com.android.mail.utils.LogUtils; 48 private static final String TAG = LogUtils.TAG; 72 LogUtils.v(TAG, "onServiceConnected"); 181 LogUtils.e(TAG, "Unexpected sync result %d", result); 190 LogUtils.d(TAG, "service not yet connected"); 194 LogUtils.wtf(TAG, "InterrupedException waiting for EasService to connect"); 198 LogUtils.wtf(TAG, "timed out waiting for EasService to connect");
|
/packages/apps/Email/src/com/android/email/preferences/ |
EmailPreferenceMigrator.java | 32 import com.android.mail.utils.LogUtils; 53 LogUtils.wtf(LOG_TAG, 105 LogUtils.e(LOG_TAG, "Null old account cursor for mailbox %s", 106 LogUtils.sanitizeName(LOG_TAG, account.getEmailAddress())); 114 LogUtils.e(LOG_TAG, "Couldn't load old account for mailbox %s", 115 LogUtils.sanitizeName(LOG_TAG, account.getEmailAddress())); 129 LogUtils.e(LOG_TAG, "Null folder cursor for mailbox %s", 130 LogUtils.sanitizeName(LOG_TAG, 140 LogUtils.e(LOG_TAG, "Empty folder cursor for mailbox %s", 141 LogUtils.sanitizeName(LOG_TAG [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
TimerRingService.java | 103 LogUtils.v("TimerRingService.play()"); 111 LogUtils.e("Error occurred while playing audio."); 124 LogUtils.v("Using the in-call alarm"); 135 LogUtils.v("Using the fallback ringtone"); 146 LogUtils.e("Failed to play fallback ringtone", ex2); 184 LogUtils.v("TimerRingService.stop()");
|
/packages/apps/Email/src/com/android/email2/ui/ |
MailActivityEmail.java | 40 import com.android.mail.utils.LogUtils; 69 LogUtils.e(LOG_TAG, "unable to restore mailbox"); 95 LogUtils.d(Logging.LOG_TAG, message); 107 LogUtils.e(LOG_TAG, "Null account cursor for mAccountId %d", accountId); 126 LogUtils.e(LOG_TAG, "Null folder cursor for account %d, mailbox %d", 136 LogUtils.e(LOG_TAG, "Empty folder cursor for account %d, mailbox %d",
|
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/ |
ImapUtility.java | 20 import com.android.mail.utils.LogUtils; 78 LogUtils.d(Logging.LOG_TAG, "Invalid UID value", e); 121 LogUtils.d(Logging.LOG_TAG, "Invalid range value", e);
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
ListParams.java | 20 import com.android.mail.utils.LogUtils; 96 LogUtils.wtf(LOG_TAG, e, "Could not serialize ListParams"); 119 LogUtils.wtf(LOG_TAG, e, "Could not create an params object from this input: \""
|
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/ |
ImapUtility.java | 18 import com.android.phone.common.mail.utils.LogUtils; 77 LogUtils.d(TAG, "Invalid UID value", e); 120 LogUtils.d(TAG, "Invalid range value", e);
|
/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
ClockDatabaseHelper.java | 28 import com.android.deskclock.LogUtils; 79 LogUtils.i("Alarms Table created"); 98 LogUtils.i("Instance table created"); 107 LogUtils.i("Cities table created"); 124 LogUtils.i("Inserting default alarms"); 141 LogUtils.v("Upgrading alarms database from version " 154 LogUtils.i("Copying old alarms to new table"); 195 LogUtils.i("Dropping old alarm table"); 231 LogUtils.v("Added alarm rowId = " + rowId);
|
/packages/apps/Email/provider_src/com/android/email/mail/internet/ |
OAuthAuthenticator.java | 11 import com.android.mail.utils.LogUtils; 85 LogUtils.e(TAG, "invalid provider %s", providerId); 102 LogUtils.e(TAG, e, "unsupported encoding"); 115 LogUtils.e(TAG, "invalid provider %s", providerId); 130 LogUtils.e(TAG, e, "unsupported encoding"); 148 LogUtils.e(TAG, "HTTP Authentication error getting oauth tokens %d", status); 152 LogUtils.e(TAG, "HTTP Error %d getting oauth tokens", status); 180 LogUtils.e(TAG, e, "Invalid expiration %s", expiresIn); 185 LogUtils.e(TAG, e, "Invalid JSON");
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
VersionedPrefs.java | 30 import com.android.mail.utils.LogUtils; 80 LogUtils.w(LogUtils.TAG, "No preference migrator found, not migrating preferences"); 231 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference); 234 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference); 237 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference); 240 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference); 243 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference); 247 LogUtils.e(LOG_TAG, "Unknown MailPrefs preference data type: %s", value.getClass());
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ThumbnailLoadTask.java | 34 import com.android.mail.utils.LogUtils; 107 LogUtils.e(LOG_TAG, "Attempting to load bitmap for null uri"); 137 LogUtils.d(LOG_TAG, "in background, src w/h=%d/%d dst w/h=%d/%d, divider=%d", 150 LogUtils.i(LOG_TAG, "Unable to decode thumbnail %s: %s %s", thumbnailUri, 157 LogUtils.e(LOG_TAG, e, ""); 176 LogUtils.i(LOG_TAG, "Unable to get orientation of thumbnail %s: %s %s", thumbnailUri, 183 LogUtils.e(LOG_TAG, e, "error attemtping to close input stream"); 194 LogUtils.d(LOG_TAG, "back in UI thread, decode failed or file does not exist"); 199 LogUtils.d(LOG_TAG, "back in UI thread, decode success, w/h=%d/%d", result.getWidth(),
|