Searched defs:NotificationEntry (Results 1 – 4 of 4) sorted by relevance
73 Map<NotificationEntry, List<NotificationEntry>> groupNotifs) { in updateContentViews()
94 public final class NotificationEntry extends ListEntry { class227 public NotificationEntry( in NotificationEntry() method in NotificationEntry
276 List<Pair<NotificationEntry, DismissedByUserStats>> entriesToDismiss) { in dismissNotifications()
380 private void updateIconsForLayout(Function<NotificationEntry, StatusBarIconView> function, in updateIconsForLayout()