Home
last modified time | relevance | path

Searched defs:hasFilteredOutSeenNotifications (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/domain/interactor/
DSeenNotificationsInteractorTest.kt37 val hasFilteredOutSeenNotifications by in <lambda>() constant
47 val hasFilteredOutSeenNotifications by in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/data/repository/
DActiveNotificationListRepository.kt40 val hasFilteredOutSeenNotifications = MutableStateFlow(false) constant in com.android.systemui.statusbar.notification.data.repository.ActiveNotificationListRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DSeenNotificationsInteractor.kt34 val hasFilteredOutSeenNotifications: StateFlow<Boolean> = constant in com.android.systemui.statusbar.notification.domain.interactor.SeenNotificationsInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModel.kt228 val hasFilteredOutSeenNotifications: Flow<Boolean> by lazy { in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java740 public void setHasFilteredOutSeenNotifications(boolean hasFilteredOutSeenNotifications) { in setHasFilteredOutSeenNotifications()
4605 boolean hasFilteredOutSeenNotifications) { in updateEmptyShadeView()