Searched refs:ExpandedNotification (Results 1 – 1 of 1) sorted by relevance
69 private final List<ExpandedNotification> mExpandedNotifications = new ArrayList<>();224 ExpandedNotification expandedNotification = in getItemViewTypeImpl()225 new ExpandedNotification(notificationGroup.getGroupKey(), in getItemViewTypeImpl()392 ExpandedNotification expandedNotification = new ExpandedNotification(groupKey, isSeen); in setExpanded()419 ExpandedNotification expandedNotification = new ExpandedNotification(groupKey, isSeen); in isExpanded()697 private static class ExpandedNotification { class in CarNotificationViewAdapter701 ExpandedNotification(String key, boolean isExpanded) { in ExpandedNotification() method in CarNotificationViewAdapter.ExpandedNotification708 if (!(obj instanceof ExpandedNotification)) { in equals()711 ExpandedNotification other = (ExpandedNotification) obj; in equals()