Searched refs:mNumNotifications (Results 1 – 1 of 1) sorted by relevance
31 private int mNumNotifications; field in FolderDotInfo37 mNumNotifications += dotToAdd.getNotificationKeys().size(); in addDotInfo()38 mNumNotifications = Utilities.boundToRange( in addDotInfo()39 mNumNotifications, MIN_COUNT, DotInfo.MAX_COUNT); in addDotInfo()46 mNumNotifications -= dotToSubtract.getNotificationKeys().size(); in subtractDotInfo()47 mNumNotifications = Utilities.boundToRange( in subtractDotInfo()48 mNumNotifications, MIN_COUNT, DotInfo.MAX_COUNT); in subtractDotInfo()53 return mNumNotifications; in getNotificationCount()58 return mNumNotifications > 0; in hasDot()