Home
last modified time | relevance | path

Searched defs:setHasFilteredOutSeenNotifications (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DSeenNotificationsInteractor.kt38 fun setHasFilteredOutSeenNotifications(value: Boolean) { in setHasFilteredOutSeenNotifications() method in com.android.systemui.statusbar.notification.domain.interactor.SeenNotificationsInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java740 public void setHasFilteredOutSeenNotifications(boolean hasFilteredOutSeenNotifications) { in setHasFilteredOutSeenNotifications() method in NotificationStackScrollLayout