Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
DNotifStabilityManager.kt61 abstract fun isGroupPruneAllowed(entry: GroupEntry): Boolean in isPipelineRunAllowed() method
101 override fun isGroupPruneAllowed(entry: GroupEntry): Boolean = true in isPipelineRunAllowed() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java2757 public boolean isGroupPruneAllowed(@NonNull GroupEntry entry) { in isGroupPruneAllowed() method in ShadeListBuilderTest.TestableStabilityManager