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.java86 private final Map<String, HeadsUpEntry> mActiveHeadsUpNotifications; field in CarHeadsUpNotificationManager
117 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 …]