Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DUtils.java444 final String largeUnseenText = getLargeUnseenText(context); in getUnseenCountString() local
446 unseenCountString = String.format(largeUnseenText, maxUnreadCount); in getUnseenCountString()