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/
DNotificationPanelViewMediator.java147 mNotificationPanelViewController.setOnUnseenCountUpdateListener(unseenNotificationCount -> { in setUpOverlayContentViewControllers()
148 boolean hasUnseen = unseenNotificationCount > 0; in setUpOverlayContentViewControllers()
DNotificationPanelViewController.java626 void onUnseenCountUpdate(int unseenNotificationCount); in onUnseenCountUpdate() argument