Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java70 private final List<ExpandedNotification> mExpandedNotifications = new ArrayList<>();
226 ExpandedNotification expandedNotification = in getItemViewTypeImpl()
227 new ExpandedNotification(notificationGroup.getGroupKey(), in getItemViewTypeImpl()
394 ExpandedNotification expandedNotification = new ExpandedNotification(groupKey, isSeen); in setExpanded()
421 ExpandedNotification expandedNotification = new ExpandedNotification(groupKey, isSeen); in isExpanded()
699 private static class ExpandedNotification { class in CarNotificationViewAdapter
703 ExpandedNotification(String key, boolean isExpanded) { in ExpandedNotification() method in CarNotificationViewAdapter.ExpandedNotification
710 if (!(obj instanceof ExpandedNotification)) { in equals()
713 ExpandedNotification other = (ExpandedNotification) obj; in equals()