Home
last modified time | relevance | path

Searched defs:alertEntries (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationDataManager.java132 List<AlertEntry> alertEntries = new ArrayList<>(); in updateUnseenNotificationGroups() local
144 void updateUnseenAlertEntries(List<AlertEntry> alertEntries) { in updateUnseenAlertEntries()
216 void setVisibleNotificationsAsSeen(List<AlertEntry> alertEntries) { in setVisibleNotificationsAsSeen()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java1275 List<AlertEntry> alertEntries) { in generateRankingMap()