Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java749 Set<Integer> prevConversationNotifications = in validateNotifications() local
751 if (prevConversationNotifications != null) { in validateNotifications()
754 if (!prevConversationNotifications.contains(currentNotificationId)) { in validateNotifications()
807 if (prevConversationNotifications != null) { in validateNotifications()
809 for (Integer prevConversationNotificationId : prevConversationNotifications) { in validateNotifications()