Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationDataManager.java154 Set<String> currentNotificationKeys = new HashSet<>(); in updateUnseenAlertEntries() local
156 Collections.addAll(currentNotificationKeys, in updateUnseenAlertEntries()
164 currentNotificationKeys.remove(alertEntry.getKey()); in updateUnseenAlertEntries()
168 for (String notificationKey : currentNotificationKeys) { in updateUnseenAlertEntries()