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.java439 final String largeUnseenText = getLargeUnseenText(context); in getUnseenCountString() local
441 unseenCountString = String.format(largeUnseenText, maxUnreadCount); in getUnseenCountString()