Searched refs:mNumNotifications (Results 1 – 1 of 1) sorted by relevance
31 private int mNumNotifications; field in FolderDotInfo34 mNumNotifications = 0; in reset()41 mNumNotifications += dotToAdd.getNotificationKeys().size(); in addDotInfo()42 mNumNotifications = Utilities.boundToRange( in addDotInfo()43 mNumNotifications, MIN_COUNT, DotInfo.MAX_COUNT); in addDotInfo()48 return mNumNotifications; in getNotificationCount()53 return mNumNotifications > 0; in hasDot()