Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/notification/
DNotificationThrottler.java63 Set<StatusBarNotification> throttledNotificationSet = new HashSet<>(); in throttle() local
68 return throttledNotificationSet; in throttle()
102 throttledNotificationSet.add(notifications.get(i)); in throttle()
105 return throttledNotificationSet; in throttle()
DDialerNotificationManager.java39 private static final Set<StatusBarNotification> throttledNotificationSet = new HashSet<>(); field in DialerNotificationManager
58 throttledNotificationSet.addAll(NotificationThrottler.throttle(context, notification)); in notify()
140 return throttledNotificationSet; in getThrottledNotificationSet()