Home
last modified time | relevance | path

Searched refs:notificationsToCancel (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java417 List<NotificationKey> notificationsToCancel = Lists.newArrayList(); in validateAccountNotifications() local
429 notificationsToCancel.add(notification); in validateAccountNotifications()
446 notificationsToCancel.add(notification); in validateAccountNotifications()
453 if (notificationsToCancel.size() > 0) { in validateAccountNotifications()
455 for (NotificationKey notification : notificationsToCancel) { in validateAccountNotifications()