Searched refs:getSingleNotification (Results 1 – 5 of 5) sorted by relevance
216 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 …]
208 public StatusBarNotification getSingleNotification() { in getSingleNotification() method in NotificationGroup221 return getSingleNotification(); in getNotificationForSorting()
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()
748 assertThat(itemId).isEqualTo(notificationGroup.getSingleNotification().getKey().hashCode()); in getItemId_shouldReturnSingleNotificationHashCode()
71 super.bind(notificationGroup.getSingleNotification(), /* isInGroup= */ true, false); in bind()