Lines Matching refs:LogUtils
54 import com.android.mail.utils.LogUtils;
202 LogUtils.i(LOG_TAG, "Observing account changes for notifications");
241 LogUtils.d(LOG_TAG, "Delayed notification processing");
284 LogUtils.i(LOG_TAG, "Registering for notifications for account " + accountId);
305 LogUtils.i(LOG_TAG, "Unregistering notifications for all accounts");
312 LogUtils.i(LOG_TAG, "Unregistering notifications for account " + accountId);
351 LogUtils.w(LOG_TAG, "Null folder cursor for mailbox %s",
370 LogUtils.e(LOG_TAG,
375 LogUtils.e(LOG_TAG, "Null uiAccount for account id %d", account.mId);
562 LogUtils.d(LOG_TAG, "Can't cancel notification for missing account %d", account.mId);
602 LogUtils.e(LOG_TAG, "Null account cursor for account id %d", accountId);
616 LogUtils.d(LOG_TAG, "Tried to create a notification for a missing account %d",
640 LogUtils.e(LOG_TAG, "Null folder cursor for account %d, mailbox %d",
650 LogUtils.e(LOG_TAG, "Empty folder cursor for account %d, mailbox %d",
658 LogUtils.d(LOG_TAG, "Changes to account " + account.name + ", folder: "
729 LogUtils.wtf(LOG_TAG, "#onChange(); NULL response for account id query");