Home
last modified time | relevance | path

Searched defs:shouldFilterOut (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
H A DNotifFilter.java50 public abstract boolean shouldFilterOut(@NonNull NotificationEntry entry, long now); in shouldFilterOut() method in NotifFilter
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DDebugModeFilterProvider.kt82 fun shouldFilterOut(entry: NotificationEntry): Boolean { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DNotificationHelper.java241 public static boolean shouldFilterOut( in shouldFilterOut() method in NotificationHelper
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java2601 public boolean shouldFilterOut(NotificationEntry entry, long now) { in shouldFilterOut() method in ShadeListBuilderTest.PackageFilter
2620 public boolean shouldFilterOut(NotificationEntry entry, long now) { in shouldFilterOut() method in ShadeListBuilderTest.NotifFilterWithTag
2732 public boolean shouldFilterOut(@NonNull NotificationEntry entry, long now) { in shouldFilterOut() method in ShadeListBuilderTest.TestableNotifFilter