Searched refs:conversationNotificationIds (Results 1 – 1 of 1) sorted by relevance
825 Set<Integer> conversationNotificationIds = new HashSet<Integer>(); in validateNotifications() local826 conversationNotificationIds.addAll(msgNotifications.keySet()); in validateNotifications()827 sConversationNotificationMap.put(notificationKey, conversationNotificationIds); in validateNotifications()