Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DUtils.java255 private static int sMaxUnreadCount = -1; field in Utils
266 sMaxUnreadCount = -1; in onConfigurationChanged()
282 sMaxUnreadCount = r.getInteger(R.integer.maxUnreadCount); in getStaticResources()
300 return sMaxUnreadCount; in getMaxUnreadCount()