Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationDataManager.java251 final int[] unseenCount = {0}; in getNonLowImportanceUnseenNotificationCount() local
258 unseenCount[0]++; in getNonLowImportanceUnseenNotificationCount()
265 return unseenCount[0]; in getNonLowImportanceUnseenNotificationCount()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DNotificationPanelViewController.java318 int unseenCount = in onNotificationViewInflated()
321 mUnseenCountUpdateListener.onUnseenCountUpdate(unseenCount); in onNotificationViewInflated()