Searched refs:mActiveHeadsUpNotifications (Results 1 – 1 of 1) sorted by relevance
86 private final Map<String, HeadsUpEntry> mActiveHeadsUpNotifications; field in CarHeadsUpNotificationManager117 mActiveHeadsUpNotifications = new HashMap<>(); in CarHeadsUpNotificationManager()167 HeadsUpEntry currentActiveHeadsUpNotification = mActiveHeadsUpNotifications.get( in maybeShowHeadsUp()194 HeadsUpEntry currentActiveHeadsUpNotification = mActiveHeadsUpNotifications.get( in maybeRemoveHeadsUp()229 HeadsUpEntry currentActiveHeadsUpNotification = mActiveHeadsUpNotifications.get( in isUpdate()243 HeadsUpEntry currentActiveHeadsUpNotification = mActiveHeadsUpNotifications.get( in canUpdate()254 HeadsUpEntry currentActiveHeadsUpNotification = mActiveHeadsUpNotifications.get( in addNewHeadsUpEntry()258 mActiveHeadsUpNotifications.put(statusBarNotification.getKey(), in addNewHeadsUpEntry()549 return mActiveHeadsUpNotifications; in getActiveHeadsUpNotifications()577 HeadsUpEntry currentHeadsUpNotification = mActiveHeadsUpNotifications.get( in animateOutHUN()[all …]