Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/main/impl/bottomnav/
DBottomNavBar.java165 public void setNotificationCount(@TabIndex int tab, int count) { in setNotificationCount() method in BottomNavBar
167 speedDial.setNotificationCount(count); in setNotificationCount()
169 callLog.setNotificationCount(count); in setNotificationCount()
171 contacts.setNotificationCount(count); in setNotificationCount()
173 voicemail.setNotificationCount(count); in setNotificationCount()
DMissedCallCountObserver.java77 count -> bottomNavBar.setNotificationCount(TabIndex.CALL_LOG, count == null ? 0 : count), in onChange()
DBottomNavItem.java70 void setNotificationCount(int count) { in setNotificationCount() method in BottomNavItem
/packages/apps/Dialer/java/com/android/dialer/main/impl/
DOldMainActivityPeer.java549 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()