Home | History | Annotate | Download | only in mail

Lines Matching defs:NotificationUtils

30 import com.android.mail.utils.NotificationUtils;
76 NotificationUtils.cancelAndResendNotificationsOnLocaleChange(
82 NotificationUtils.clearFolderNotification(this, account, folder, true /* markSeen */);
92 NotificationUtils.resendNotifications(
101 NotificationUtils.markConversationAsReadAndSeen(this, conversationUri);
102 NotificationUtils.resendNotifications(this, false, account.uri,
105 final int unreadCount = intent.getIntExtra(NotificationUtils.EXTRA_UNREAD_COUNT, 0);
106 final int unseenCount = intent.getIntExtra(NotificationUtils.EXTRA_UNSEEN_COUNT, 0);
110 intent.getBooleanExtra(NotificationUtils.EXTRA_GET_ATTENTION, false);
112 NotificationUtils.setNewEmailIndicator(this, unreadCount, unseenCount,