Searched refs:getSingleNotification (Results 1 – 7 of 7) sorted by relevance
162 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()
213 public AlertEntry getSingleNotification() { in getSingleNotification() method in NotificationGroup226 return getSingleNotification(); in getNotificationForSorting()
274 notificationGroup.getSingleNotification().getKey().hashCode(); in getNotificationViews()
161 assertThat(mNotificationGroup.getSingleNotification()).isEqualTo(mNotification1); in getSingleNotification_returnTheOnlyNotificationInNotificationList()166 assertThat(mNotificationGroup.getSingleNotification()).isNull(); in getSingleNotification_shouldReturnNull()177 assertThat(mNotificationGroup.getSingleNotification()).isNull(); in getNotificationForSorting_shouldReturnNull()
904 assertThat(itemId).isEqualTo(notificationGroup.getSingleNotification().getKey().hashCode()); in getItemId_shouldReturnSingleNotificationHashCode()
639 assertThat(result.get(0).getSingleNotification()).isEqualTo(newEntry); in onAdditionalGroupAndRank_prependsHighRankNotification()
71 super.bind(notificationGroup.getSingleNotification(), /* isInGroup= */ true, false); in bind()