Home
last modified time | relevance | path

Searched defs:unseen (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java213 public void put(NotificationKey key, int unread, int unseen) { in put()
311 Integer unseen = notifications.getUnseen(key); in createNotificationString() local
566 final Integer unseen = notificationMap.getUnseen(key); in validateNotifications() local