Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java162 AlertEntry alertEntry = notificationGroup.getSingleNotification(); in onBindViewHolderImpl()
199 notificationGroup.getSingleNotification().getNotification(); in getItemViewTypeImpl()
308 : notificationGroup.getSingleNotification().getKey().hashCode(); in getItemId()
362 mChildNotificationsBeingCleared.contains(notificationGroup.getSingleNotification()) in setNotifications()
DNotificationGroup.java213 public AlertEntry getSingleNotification() { in getSingleNotification() method in NotificationGroup
226 return getSingleNotification(); in getNotificationForSorting()
DCarNotificationView.java274 notificationGroup.getSingleNotification().getKey().hashCode(); in getNotificationViews()
/packages/apps/Car/Notification/tests/unit/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.java904 assertThat(itemId).isEqualTo(notificationGroup.getSingleNotification().getKey().hashCode()); in getItemId_shouldReturnSingleNotificationHashCode()
DPreprocessingManagerTest.java639 assertThat(result.get(0).getSingleNotification()).isEqualTo(newEntry); in onAdditionalGroupAndRank_prependsHighRankNotification()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupSummaryNotificationViewHolder.java71 super.bind(notificationGroup.getSingleNotification(), /* isInGroup= */ true, false); in bind()