Searched refs:setHasFilteredOutSeenNotifications (Results 1 – 4 of 4) sorted by relevance
505 mSeenNotificationsProvider.setHasFilteredOutSeenNotifications(true); in testSetNotifStats_updatesHasFilteredOutSeenNotifications()507 verify(mNotificationStackScrollLayout).setHasFilteredOutSeenNotifications(true); in testSetNotifStats_updatesHasFilteredOutSeenNotifications()
906 mStackScroller.setHasFilteredOutSeenNotifications(true); in hasFilteredOutSeenNotifs_updateFooter()914 mStackScroller.setHasFilteredOutSeenNotifications(true); in hasFilteredOutSeenNotifs_updateEmptyShadeView()
2012 mView.setHasFilteredOutSeenNotifications(
733 void setHasFilteredOutSeenNotifications(boolean hasFilteredOutSeenNotifications) { in setHasFilteredOutSeenNotifications() method in NotificationStackScrollLayout