Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java273 final Integer unseenValue = Integer.valueOf(notificationParts[3]); in loadNotificationMap() local
274 put(key, unreadValue, unseenValue); in loadNotificationMap()