/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/UnifiedEmail/src/org/apache/james/mime4j/field/ |
DateTimeField.java | 24 import com.android.mail.utils.LogUtils; 59 body = LogUtils.cleanUpMimeDate(body);
|
/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/ |
ConversationViewFragment.java | 84 import com.android.mail.utils.LogUtils; 205 LogUtils.d(LOG_TAG, "CVF load observer fired, this=%s", 216 LogUtils.d(LOG_TAG, "onProgressDismiss go() - isUserVisible() = %b", isUserVisible()); 280 LogUtils.d(LOG_TAG, "IN CVF.onActivityCreated, this=%s visible=%s", this, isUserVisible()); 416 LogUtils.wtf(LOG_TAG, "JS: %s (%s:%d) f=%s", consoleMessage.message(), 420 LogUtils.i(LOG_TAG, "JS: %s (%s:%d) f=%s", consoleMessage.message(), 528 LogUtils.w(LOG_TAG, "ignoring markUnread for conv=%s", mConversation.id); 533 LogUtils.i(LOG_TAG, "ignoring markUnread for conv with no view state (%d)", 544 LogUtils.d(LOG_TAG, "ConversationViewFragment#onUserVisibleHintChanged(), userVisible = %b", 560 LogUtils.d(LOG_TAG, "Fragment is now user-visible, onConversationSeen: %s", this) [all...] |
SwipeableListView.java | 45 import com.android.mail.utils.LogUtils; 97 LogUtils.d(Utils.VIEW_DEBUGGING_TAG, 101 LogUtils.d(Utils.VIEW_DEBUGGING_TAG, new Error(), 293 LogUtils.e(LOG_TAG, "SwipeableListView.destroyItems: null conversations."); 298 LogUtils.e(LOG_TAG, "SwipeableListView.destroyItems: Cannot destroy: adapter is null."); 312 LogUtils.w(LOG_TAG, e, "Exception finding position; using alternate strategy"); 385 LogUtils.wtf(LOG_TAG, "unexpected context=%s", c);
|
SecureConversationViewFragment.java | 40 import com.android.mail.utils.LogUtils; 79 LogUtils.d(LOG_TAG, "ignoring SCVF.onPageFinished, url=%s fragment=%s", url, 210 LogUtils.w(LOG_TAG, "ignoring markUnread for conv=%s", 249 LogUtils.i(LOG_TAG, "CONV RENDER: existing cursor is null, rendering from scratch"); 257 LogUtils.e(LOG_TAG, "unable to open message cursor");
|
AbstractActivityController.java | 103 import com.android.mail.utils.LogUtils; 675 LogUtils.d(LOG_TAG, "AAC.switchToDefaultAccount(%s)", account); 697 LogUtils.d(LOG_TAG, "AAC.changeAccount(%s)", account); [all...] |
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasAutoDiscover.java | 15 import com.android.mail.utils.LogUtils; 42 private final static String TAG = LogUtils.TAG; 103 LogUtils.wtf(TAG, "Illegal attempt number %d", attemptNumber); 182 LogUtils.d(TAG, "Posting autodiscover to redirect: " + loc); 186 LogUtils.w(TAG, "Invalid redirect %s", loc); 192 LogUtils.w(TAG, "Autodiscover received SC_UNAUTHORIZED"); 196 LogUtils.d(TAG, "Bad response code when posting autodiscover: %d", code); 251 LogUtils.d(TAG, "Autodiscover URL: %s", url); 299 LogUtils.d(TAG, "Redirect: " + parser.nextText()); 324 LogUtils.d(TAG, "Autodiscover, email: %s", addr) [all...] |
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,
|
EasSyncBase.java | 18 import com.android.mail.utils.LogUtils; 86 LogUtils.d(TAG, "Syncing account %d mailbox %d (class %s) with syncKey %s", mAccount.mId, 135 LogUtils.e(TAG, 175 LogUtils.e(LOG_TAG, "unexpected collectiontype %d", type);
|
/packages/apps/Email/src/com/android/email/ |
NotificationController.java | 54 import com.android.mail.utils.LogUtils; 199 LogUtils.i(LOG_TAG, "Observing account changes for notifications"); 238 LogUtils.d(LOG_TAG, "Delayed notification processing"); 281 LogUtils.i(LOG_TAG, "Registering for notifications for account " + accountId); 302 LogUtils.i(LOG_TAG, "Unregistering notifications for all accounts"); 309 LogUtils.i(LOG_TAG, "Unregistering notifications for account " + accountId); 348 LogUtils.w(LOG_TAG, "Null folder cursor for mailbox %s", 367 LogUtils.e(LOG_TAG, 372 LogUtils.e(LOG_TAG, "Null uiAccount for account id %d", account.mId); 568 LogUtils.d(LOG_TAG, "Can't cancel notification for missing account %d", account.mId) [all...] |
SecurityPolicy.java | 48 import com.android.mail.utils.LogUtils; 144 LogUtils.d(TAG, "Aggregate from: " + policy); 189 LogUtils.d(TAG, "Calculated Aggregate: " + aggregate); 194 LogUtils.d(TAG, "Calculated Aggregate: no policy"); 236 LogUtils.d(TAG, "reducePolicies"); 268 LogUtils.d(TAG, sb.toString()); 411 LogUtils.d(TAG, "setActivePolicies: none, remove admin"); 416 LogUtils.d(TAG, "setActivePolicies: " + aggregatePolicy); 496 LogUtils.d(TAG, "policiesRequired for " + account.mDisplayName + ": " + policy); 578 LogUtils.i(TAG, "requestSync SecurityPolicy syncAccount %s, %s", account.toString() [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
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...] |
AccountSettingsUtils.java | 40 import com.android.mail.utils.LogUtils; 70 LogUtils.d(LogUtils.TAG, "Clearing unsupported policies " 176 LogUtils.w(Logging.LOG_TAG, "providers line: " + xml.getLineNumber() + 183 LogUtils.e(Logging.LOG_TAG, "Error while trying to load provider settings.", e); 228 LogUtils.w(Logging.LOG_TAG, "providers line: " + xml.getLineNumber() + 234 LogUtils.e(Logging.LOG_TAG, "Error while trying to load provider settings.", e); 292 LogUtils.w(Logging.LOG_TAG, "providers line: " + xml.getLineNumber() + 330 LogUtils.e(Logging.LOG_TAG, "Error while trying to load provider settings.", e);
|
AccountSetupCredentialsFragment.java | 44 import com.android.mail.utils.LogUtils; 260 LogUtils.e(LogUtils.TAG, "Unknown result from certificate request %d", 281 LogUtils.i(LogUtils.TAG, "Result from oauth %d", resultCode); 283 LogUtils.wtf(LogUtils.TAG, "Unknown result code from OAUTH: %d", resultCode); 286 LogUtils.e(LogUtils.TAG, "Unknown request code for onActivityResult in"
|
/packages/apps/UnifiedEmail/src/com/android/mail/ |
NotificationActionIntentService.java | 30 import com.android.mail.utils.LogUtils; 109 LogUtils.wtf(LOG_TAG, "data was null trying to unparcel the NotificationAction"); 117 LogUtils.i(LOG_TAG, "Handling %s", action); 124 LogUtils.d(LOG_TAG, "Canceling %s", notificationAction.getNotificationId());
|
/packages/apps/UnifiedEmail/src/com/android/mail/perf/ |
Timer.java | 22 import com.android.mail.utils.LogUtils; 172 LogUtils.d(LOG_TAG, "Perf %s count: %d", entry.getKey(), entry.getValue()); 230 LogUtils.d(LOG_TAG, "Perf %s wall: %d cpu: %d", 234 LogUtils.d(LOG_TAG, "Perf/operation %s wall: %d cpu: %d", tag,
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
AlarmNotifications.java | 29 import com.android.deskclock.LogUtils; 63 LogUtils.v("Displaying low priority notification for alarm instance: " + instance.mId); 101 LogUtils.v("Displaying high priority notification for alarm instance: " + instance.mId); 133 LogUtils.v("Displaying snoozed notification for alarm instance: " + instance.mId); 165 LogUtils.v("Displaying missed notification for alarm instance: " + instance.mId); 198 LogUtils.v("Displaying alarm notification for alarm instance: " + instance.mId); 256 LogUtils.v("Clearing notifications for alarm instance: " + instance.mId);
|
/packages/apps/Email/src/com/android/email/provider/ |
FolderPickerActivity.java | 38 import com.android.mail.utils.LogUtils; 62 LogUtils.w(TAG, "No account # in Uri?"); 69 LogUtils.w(TAG, "Invalid account # in Uri?"); 79 LogUtils.w(TAG, "Trash folder already exists"); 85 LogUtils.w(TAG, "No account?");
|
DBHelper.java | 62 import com.android.mail.utils.LogUtils; [all...] |
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/Email/src/com/android/email/service/ |
PopImapSyncAdapterService.java | 45 import com.android.mail.utils.LogUtils; 120 LogUtils.d(TAG, "About to sync mailbox: " + mailbox.mDisplayName); 194 LogUtils.d(TAG, "Upload sync request for " + acct.mDisplayName); 220 LogUtils.d(TAG, "Sync request for " + acct.mDisplayName); 221 LogUtils.d(TAG, extras.toString());
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
MailAppProvider.java | 39 import com.android.mail.utils.LogUtils; 285 LogUtils.v(LOG_TAG, "adding account %s", accountEntry.mAccount); 341 LogUtils.e(LOG_TAG, e, "ignoring unparsable accounts cache"); 354 LogUtils.e(LOG_TAG, "Dropping account that doesn't specify settings"); 365 LogUtils.e(LOG_TAG, "Dropping account without provider: %s", 371 LogUtils.e(LOG_TAG, e, 419 LogUtils.d(LOG_TAG, "null account cursor returned"); 423 LogUtils.d(LOG_TAG, "Cursor with %d accounts returned", data.getCount()); 481 LogUtils.d(LOG_TAG, "Removing account %s", accountUri);
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
SmtpSender.java | 36 import com.android.mail.utils.LogUtils; 132 LogUtils.d(Logging.LOG_TAG, "TLS not supported but required"); 147 LogUtils.w(Logging.LOG_TAG, "OAuth requested, but not supported."); 160 LogUtils.w(Logging.LOG_TAG, "No valid authentication mechanism found."); 168 LogUtils.d(Logging.LOG_TAG, e.toString()); 173 LogUtils.d(Logging.LOG_TAG, ioe.toString());
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
AttachmentUtils.java | 179 LogUtils.w(LOG_TAG, "Low memory (%d/%d). Can't cache attachment %s", 202 LogUtils.d(LOG_TAG, "contentUri is null in attachment: %s", attachment); 223 LogUtils.d(LOG_TAG, "Cached %s to %s", attachment.contentUri, cachedFileUri); 228 LogUtils.w(LOG_TAG, "Low memory (%d/%d). Can't cache attachment %s", 238 LogUtils.e(LOG_TAG, e, "Failed to cache attachment %s", attachment); 252 LogUtils.w(LOG_TAG, e, "Failed to close stream");
|