Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java132 private final Set<String> mHeadsUpNotificationsToBeRemoved = ConcurrentHashMap.newKeySet(); field in CarHeadsUpNotificationManager
655 mHeadsUpNotificationsToBeRemoved.contains(alertEntry.getKey()); in postDismiss()
660 mHeadsUpNotificationsToBeRemoved.remove(alertEntry.getKey()); in postDismiss()
800 mHeadsUpNotificationsToBeRemoved.add(alertEntry.getKey()); in tagCurrentActiveHunToBeRemoved()