Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationQueue.java78 private final Set<Integer> mThrottledDisplays; field in CarHeadsUpNotificationQueue
99 mThrottledDisplays = new HashSet<>(); in CarHeadsUpNotificationQueue()
141 mThrottledDisplays.add(taskInfo.displayAreaFeatureId); in CarHeadsUpNotificationQueue()
145 if (mThrottledDisplays.remove(taskInfo.displayAreaFeatureId)) { in CarHeadsUpNotificationQueue()
276 && mThrottledDisplays.isEmpty() in canShowHeadsUp()
339 mThrottledDisplays.clear(); in clearCache()