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.java216 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
222 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
228 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
240 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
252 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
258 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
264 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
270 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
277 StatusBarNotification notification = notificationGroup.getSingleNotification(); in onBindViewHolder()
286 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()