Home | History | Annotate | Download | only in email

Lines Matching full:logutils

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);
629 LogUtils.d(LOG_TAG, "Changes to account " + accountId + ", folder: "
667 LogUtils.e(LOG_TAG, "Null account cursor for account " + accountUri);
681 LogUtils.d(LOG_TAG, "Tried to create a notification for a missing account "
690 LogUtils.e(LOG_TAG, "Null folder cursor for account " + accountUri + ", mailbox "
700 LogUtils.e(LOG_TAG, "Empty folder cursor for account " + accountUri + ", mailbox "
774 LogUtils.wtf(LOG_TAG, "#onChange(); NULL response for account id query");