Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DSeenNotificationsProvider.kt27 val hasFilteredOutSeenNotifications: Boolean
40 override var hasFilteredOutSeenNotifications: Boolean = false
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DKeyguardCoordinator.kt354 seenNotifsProvider.hasFilteredOutSeenNotifications = hasFilteredAnyNotifs
392 seenNotifsProvider.hasFilteredOutSeenNotifications
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DKeyguardCoordinatorTest.kt250 assertThat(seenNotificationsProvider.hasFilteredOutSeenNotifications).isTrue()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java733 void setHasFilteredOutSeenNotifications(boolean hasFilteredOutSeenNotifications) { in setHasFilteredOutSeenNotifications() argument
734 mHasFilteredOutSeenNotifications = hasFilteredOutSeenNotifications; in setHasFilteredOutSeenNotifications()