Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationDataManager.java49 void onUnseenCountUpdate(); in onUnseenCountUpdate() method
122 mOnUnseenCountUpdateListener.onUnseenCountUpdate(); in addNewMessageNotification()
135 mOnUnseenCountUpdateListener.onUnseenCountUpdate(); in untrackUnseenNotification()
176 mOnUnseenCountUpdateListener.onUnseenCountUpdate(); in updateUnseenAlertEntries()
226 mOnUnseenCountUpdateListener.onUnseenCountUpdate(); in clearAll()
242 mOnUnseenCountUpdateListener.onUnseenCountUpdate(); in setNotificationsAsSeen()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DNotificationPanelViewController.java321 mUnseenCountUpdateListener.onUnseenCountUpdate(unseenCount); in onNotificationViewInflated()
591 void onUnseenCountUpdate(int unseenNotificationCount); in onUnseenCountUpdate() method