Searched refs:setHasFilteredOutSeenNotifications (Results 1 – 7 of 7) sorted by relevance
40 underTest.setHasFilteredOutSeenNotifications(false) in <lambda>()50 underTest.setHasFilteredOutSeenNotifications(true) in <lambda>()
38 fun setHasFilteredOutSeenNotifications(value: Boolean) { in setHasFilteredOutSeenNotifications() method
760 mSeenNotificationsInteractor.setHasFilteredOutSeenNotifications(true); in testSetNotifStats_updatesHasFilteredOutSeenNotifications()762 verify(mNotificationStackScrollLayout).setHasFilteredOutSeenNotifications(true); in testSetNotifStats_updatesHasFilteredOutSeenNotifications()
922 mStackScroller.setHasFilteredOutSeenNotifications(true); in hasFilteredOutSeenNotifs_updateFooter()931 mStackScroller.setHasFilteredOutSeenNotifications(true); in hasFilteredOutSeenNotifs_updateEmptyShadeView()
469 seenNotificationsInteractor.setHasFilteredOutSeenNotifications(hasFilteredAnyNotifs) in <lambda>()
2134 mView.setHasFilteredOutSeenNotifications(
740 public void setHasFilteredOutSeenNotifications(boolean hasFilteredOutSeenNotifications) { in setHasFilteredOutSeenNotifications() method in NotificationStackScrollLayout