Searched refs:mThrottledDisplays (Results 1 – 1 of 1) sorted by relevance
78 private final Set<Integer> mThrottledDisplays; field in CarHeadsUpNotificationQueue99 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()