Home
last modified time | relevance | path

Searched refs:setHasFilteredOutSeenNotifications (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java505 mSeenNotificationsProvider.setHasFilteredOutSeenNotifications(true); in testSetNotifStats_updatesHasFilteredOutSeenNotifications()
507 verify(mNotificationStackScrollLayout).setHasFilteredOutSeenNotifications(true); in testSetNotifStats_updatesHasFilteredOutSeenNotifications()
H A DNotificationStackScrollLayoutTest.java906 mStackScroller.setHasFilteredOutSeenNotifications(true); in hasFilteredOutSeenNotifs_updateFooter()
914 mStackScroller.setHasFilteredOutSeenNotifications(true); in hasFilteredOutSeenNotifs_updateEmptyShadeView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java2012 mView.setHasFilteredOutSeenNotifications(
H A DNotificationStackScrollLayout.java733 void setHasFilteredOutSeenNotifications(boolean hasFilteredOutSeenNotifications) { in setHasFilteredOutSeenNotifications() method in NotificationStackScrollLayout