Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupNotificationViewHolder.java86 private List<NotificationGroup> mNotificationGroupsShown; field in GroupNotificationViewHolder
243 mNotificationGroupsShown = new ArrayList<>(); in expandGroup()
257 addNextPageOfNotificationsToList(mNotificationGroupsShown); in addNotifications()
259 mNotificationGroupsShown, /* setRecyclerViewListHeadersAndFooters= */ false); in addNotifications()
290 mNotificationGroupsShown = new ArrayList(Collections.singleton(newGroup)); in collapseGroup()
292 mNotificationGroupsShown, /* setRecyclerViewListHeadersAndFooters= */ false); in collapseGroup()