Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java212 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
218 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
224 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
236 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
248 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
254 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
260 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
266 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
273 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
282 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
[all …]
DNotificationGroup.java208 public StatusBarNotification getSingleNotification() { in getSingleNotification() method in NotificationGroup
221 return getSingleNotification(); in getNotificationForSorting()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DNotificationGroupTest.java161 assertThat(mNotificationGroup.getSingleNotification()).isEqualTo(mNOTIFICATION1); in getSingleNotification_returnTheOnlyNotificationInNotificationList()
166 assertThat(mNotificationGroup.getSingleNotification()).isNull(); in getSingleNotification_shouldReturnNull()
177 assertThat(mNotificationGroup.getSingleNotification()).isNull(); in getNotificationForSorting_shouldReturnNull()
DCarNotificationViewAdapterTest.java748 assertThat(itemId).isEqualTo(notificationGroup.getSingleNotification().getKey().hashCode()); in getItemId_shouldReturnSingleNotificationHashCode()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupSummaryNotificationViewHolder.java71 super.bind(notificationGroup.getSingleNotification(), /* isInGroup= */ true, false); in bind()