Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java627 Map<Integer, NotificationBuilders> msgNotifications = in validateNotifications() local
721 notification, wearableExtender, msgNotifications, notificationId, in validateNotifications()
753 for (Integer currentNotificationId : msgNotifications.keySet()) { in validateNotifications()
808 Set<Integer> currentNotificationIds = msgNotifications.keySet(); in validateNotifications()
818 for (Map.Entry<Integer, NotificationBuilders> entry : msgNotifications.entrySet()) { in validateNotifications()
826 conversationNotificationIds.addAll(msgNotifications.keySet()); in validateNotifications()
969 final Map<Integer, NotificationBuilders> msgNotifications, in configureLatestEventInfoFromConversation() argument
1114 msgNotifications.put(conversationNotificationId, in configureLatestEventInfoFromConversation()