Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationButtonController.java52 mNotificationPanelViewController.setOnUnseenCountUpdateListener(unseenNotificationCount -> { in NotificationButtonController()
53 toggleNotificationUnseenIndicator(unseenNotificationCount > 0); in NotificationButtonController()
DNotificationPanelViewController.java643 void onUnseenCountUpdate(int unseenNotificationCount); in onUnseenCountUpdate() argument