Searched refs:mActiveHeadsUpNotifications (Results 1 – 1 of 1) sorted by relevance
121 private final Map<String, HeadsUpEntry> mActiveHeadsUpNotifications = new ConcurrentHashMap<>(); field in CarHeadsUpNotificationManager201 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()