Searched refs:throttledNotificationSet (Results 1 – 2 of 2) sorted by relevance
63 Set<StatusBarNotification> throttledNotificationSet = new HashSet<>(); in throttle() local68 return throttledNotificationSet; in throttle()102 throttledNotificationSet.add(notifications.get(i)); in throttle()105 return throttledNotificationSet; in throttle()
39 private static final Set<StatusBarNotification> throttledNotificationSet = new HashSet<>(); field in DialerNotificationManager58 throttledNotificationSet.addAll(NotificationThrottler.throttle(context, notification)); in notify()140 return throttledNotificationSet; in getThrottledNotificationSet()