Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationDataManager.java240 final int[] unseenCount = {0}; in getNonLowImportanceUnseenNotificationCount() local
247 unseenCount[0]++; in getNonLowImportanceUnseenNotificationCount()
254 return unseenCount[0]; in getNonLowImportanceUnseenNotificationCount()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java350 int unseenCount = in onNotificationViewInflated() local
353 mUnseenCountUpdateListener.onUnseenCountUpdate(unseenCount); in onNotificationViewInflated()