Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationViewAdapter.java66 private final List<ExpandedNotification> mExpandedNotifications = new ArrayList<>();
220 ExpandedNotification expandedNotification = in getItemViewTypeImpl()
221 new ExpandedNotification(notificationGroup.getGroupKey(), in getItemViewTypeImpl()
392 ExpandedNotification expandedNotification = new ExpandedNotification(groupKey, isSeen); in setExpanded()
419 ExpandedNotification expandedNotification = new ExpandedNotification(groupKey, isSeen); in isExpanded()
680 private static class ExpandedNotification { class in CarNotificationViewAdapter
684 ExpandedNotification(String key, boolean isExpanded) { in ExpandedNotification() method in CarNotificationViewAdapter.ExpandedNotification
691 if (!(obj instanceof ExpandedNotification)) { in equals()
694 ExpandedNotification other = (ExpandedNotification) obj; in equals()