Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/domain/interactor/
DSeenNotificationsInteractorTest.kt40 underTest.setHasFilteredOutSeenNotifications(false) in <lambda>()
50 underTest.setHasFilteredOutSeenNotifications(true) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DSeenNotificationsInteractor.kt38 fun setHasFilteredOutSeenNotifications(value: Boolean) { in setHasFilteredOutSeenNotifications() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java760 mSeenNotificationsInteractor.setHasFilteredOutSeenNotifications(true); in testSetNotifStats_updatesHasFilteredOutSeenNotifications()
762 verify(mNotificationStackScrollLayout).setHasFilteredOutSeenNotifications(true); in testSetNotifStats_updatesHasFilteredOutSeenNotifications()
DNotificationStackScrollLayoutTest.java922 mStackScroller.setHasFilteredOutSeenNotifications(true); in hasFilteredOutSeenNotifs_updateFooter()
931 mStackScroller.setHasFilteredOutSeenNotifications(true); in hasFilteredOutSeenNotifs_updateEmptyShadeView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DKeyguardCoordinator.kt469 seenNotificationsInteractor.setHasFilteredOutSeenNotifications(hasFilteredAnyNotifs) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java2134 mView.setHasFilteredOutSeenNotifications(
DNotificationStackScrollLayout.java740 public void setHasFilteredOutSeenNotifications(boolean hasFilteredOutSeenNotifications) { in setHasFilteredOutSeenNotifications() method in NotificationStackScrollLayout