Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java121 private final Map<String, HeadsUpEntry> mActiveHeadsUpNotifications = new ConcurrentHashMap<>(); field in CarHeadsUpNotificationManager
201 return new ArrayList<>(mActiveHeadsUpNotifications.values()); in CarHeadsUpNotificationManager()
310 for (AlertEntry alertEntry : mActiveHeadsUpNotifications.values()) { in clearCache()
396 mActiveHeadsUpNotifications.put(alertEntry.getKey(), in addNewHeadsUpEntry()
585 return mActiveHeadsUpNotifications; in getActiveHeadsUpNotifications()
686 mActiveHeadsUpNotifications.remove(alertEntry.getKey()); in removeHeadsUpEntry()
789 return mActiveHeadsUpNotifications.containsKey(alertEntry.getKey()); in isActiveHun()
793 return mActiveHeadsUpNotifications.get(alertEntry.getKey()); in getActiveHeadsUpEntry()
841 mActiveHeadsUpNotifications.put(headsUpEntry.getKey(), headsUpEntry); in addActiveHeadsUpNotification()