Searched refs:ExpandedNotification (Results 1 – 1 of 1) sorted by relevance
70 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 CarNotificationViewAdapter703 ExpandedNotification(String key, boolean isExpanded) { in ExpandedNotification() method in CarNotificationViewAdapter.ExpandedNotification710 if (!(obj instanceof ExpandedNotification)) { in equals()713 ExpandedNotification other = (ExpandedNotification) obj; in equals()