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.java104 Set<String> currentNotificationKeys = new HashSet<>(); in updateUnseenNotification() local
106 Collections.addAll(currentNotificationKeys, in updateUnseenNotification()
115 currentNotificationKeys.remove(sbn.getKey()); in updateUnseenNotification()
120 for (String notificationKey : currentNotificationKeys) { in updateUnseenNotification()