Searched refs:setNewEmailIndicator (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/
H A DMailIntentService.java112 NotificationUtils.setNewEmailIndicator(this, unreadCount, unseenCount,
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java494 public static void setNewEmailIndicator(Context context, final int unreadCount, method in class:NotificationUtils
497 LogUtils.d(LOG_TAG, "setNewEmailIndicator unreadCount = %d, unseenCount = %d, account = %s,"
509 LogUtils.d(LOG_TAG, "setNewEmailIndicator - cancelling %s / %s",
517 LogUtils.d(LOG_TAG, "setNewEmailIndicator - update count for: %s / %s " +
524 LogUtils.d(LOG_TAG, "setNewEmailIndicator - ignoringUnobtrusiveSetting");

Completed in 41 milliseconds