Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationDataManager.java145 Set<String> currentNotificationKeys = new HashSet<>(); in updateUnseenAlertEntries() local
147 Collections.addAll(currentNotificationKeys, in updateUnseenAlertEntries()
155 currentNotificationKeys.remove(alertEntry.getKey()); in updateUnseenAlertEntries()
159 for (String notificationKey : currentNotificationKeys) { in updateUnseenAlertEntries()