Searched refs:getSingleNotification (Results 1 – 5 of 5) sorted by relevance
212 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 …]
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()