Searched refs:setNotificationCount (Results 1 – 4 of 4) sorted by relevance
165 public void setNotificationCount(@TabIndex int tab, int count) { in setNotificationCount() method in BottomNavBar167 speedDial.setNotificationCount(count); in setNotificationCount()169 callLog.setNotificationCount(count); in setNotificationCount()171 contacts.setNotificationCount(count); in setNotificationCount()173 voicemail.setNotificationCount(count); in setNotificationCount()
77 count -> bottomNavBar.setNotificationCount(TabIndex.CALL_LOG, count == null ? 0 : count), in onChange()
70 void setNotificationCount(int count) { in setNotificationCount() method in BottomNavItem
549 bottomNav.setNotificationCount(TabIndex.CALL_LOG, 0); in onActivityResume()1008 bottomNavBar.setNotificationCount(TabIndex.VOICEMAIL, cursor.getCount()); in onVoicemailUnreadCountFetched()1016 bottomNavBar.setNotificationCount(TabIndex.CALL_LOG, cursor.getCount()); in onMissedCallsUnreadCountFetched()