Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java213 public void put(NotificationKey key, int unread, int unseen) { in put() argument
215 new Pair<Integer, Integer>(Integer.valueOf(unread), Integer.valueOf(unseen)); in put()
311 Integer unseen = notifications.getUnseen(key); in createNotificationString() local
316 result.append(key.toString() + " (" + unread + ", " + unseen + ")"); in createNotificationString()
566 final Integer unseen = notificationMap.getUnseen(key); in validateNotifications() local
567 int unseenCount = unseen != null ? unseen.intValue() : 0; in validateNotifications()
1238 final boolean unseen = !message.seen; in configureNotifForOneConversation()
1239 if (unseen) { in configureNotifForOneConversation()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DFolderItemView.java86 mUnseenCountTextView = (TextView)findViewById(R.id.unseen); in onFinishInflate()
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz