Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DUtils.java282 sMaxUnreadCount = r.getInteger(R.integer.maxUnreadCount); in getStaticResources()
423 final int maxUnreadCount = getMaxUnreadCount(context); in getUnreadCountString() local
424 if (unreadCount > maxUnreadCount) { in getUnreadCountString()
427 unreadCountString = String.format(unreadText, maxUnreadCount); in getUnreadCountString()
442 final int maxUnreadCount = getMaxUnreadCount(context); in getUnseenCountString() local
443 if (unseenCount > maxUnreadCount) { in getUnseenCountString()
446 unseenCountString = String.format(largeUnseenText, maxUnreadCount); in getUnseenCountString()