Home
last modified time | relevance | path

Searched refs:seenNotificationsProvider (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DKeyguardCoordinatorTest.kt250 assertThat(seenNotificationsProvider.hasFilteredOutSeenNotifications).isTrue()
601 val seenNotificationsProvider = SeenNotificationsProviderImpl() regex
614 seenNotificationsProvider,
622 seenNotificationsProvider,
632 val seenNotificationsProvider: SeenNotificationsProvider,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java667 SeenNotificationsProvider seenNotificationsProvider, in NotificationStackScrollLayoutController()
719 mSeenNotificationsProvider = seenNotificationsProvider; in NotificationStackScrollLayoutController()