Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java609 NotificationKey notificationKey = new NotificationKey(account, folder); in validateNotifications() local
616 cancelConversationNotifications(notificationKey, nm); in validateNotifications()
750 sConversationNotificationMap.get(notificationKey); in validateNotifications()
827 sConversationNotificationMap.put(notificationKey, conversationNotificationIds); in validateNotifications()
1658 for (final NotificationKey notificationKey : notificationKeys) { in clearAccountNotifications()
1659 final Folder folder = notificationKey.folder; in clearAccountNotifications()
1661 notificationMap.remove(notificationKey); in clearAccountNotifications()
1663 cancelConversationNotifications(notificationKey, notificationManager); in clearAccountNotifications()