Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java825 Set<Integer> conversationNotificationIds = new HashSet<Integer>(); in validateNotifications() local
826 conversationNotificationIds.addAll(msgNotifications.keySet()); in validateNotifications()
827 sConversationNotificationMap.put(notificationKey, conversationNotificationIds); in validateNotifications()