Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java268 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_default_shouldNotThrowError()
279 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_carWarning_shouldNotThrowError()
290 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_carInformation_shouldNotThrowError()
301 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_basic_shouldNotThrowError()
316 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_groupExpanded_shouldNotThrowError()
331 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_groupCollapsed_shouldNotThrowError()
346 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_message_shouldNotThrowError()
361 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_messageWithRestriction_shouldNotThrowError()
380 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_messageInGroup_shouldNotThrowError()
395 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_messageInGroupWithRestriction_shouldNotThrowError()
[all …]
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewController.java115 mCarNotificationView.setNotifications(notificationGroups); in resetNotifications()
130 mCarNotificationView.setNotifications( in updateNotifications()
DCarNotificationView.java85 public void setNotifications(List<NotificationGroup> notifications) { in setNotifications() method in CarNotificationView
86 mAdapter.setNotifications(notifications, /* setRecyclerViewListHeaderAndFooter= */ true); in setNotifications()
DCarNotificationViewAdapter.java477 public void setNotifications(List<NotificationGroup> notifications, in setNotifications() method in CarNotificationViewAdapter
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupNotificationViewHolder.java160 mAdapter.setNotifications(list, /* setRecyclerViewListHeaderAndFooter= */ false); in bind()