Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
DNotifStabilityManager.kt69 abstract fun isSectionChangeAllowed(entry: NotificationEntry): Boolean in isPipelineRunAllowed() method
102 override fun isSectionChangeAllowed(entry: NotificationEntry): Boolean = true in isPipelineRunAllowed() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java2762 public boolean isSectionChangeAllowed(@NonNull NotificationEntry entry) { in isSectionChangeAllowed() method in ShadeListBuilderTest.TestableStabilityManager