Searched refs:unseen (Results 1 – 5 of 5) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationUtils.java | 213 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/ |
D | FolderItemView.java | 86 mUnseenCountTextView = (TextView)findViewById(R.id.unseen); in onFinishInflate()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |