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