Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
DNotifStabilityManager.kt78 abstract fun isEntryReorderingAllowed(entry: ListEntry): Boolean in isPipelineRunAllowed() method
103 override fun isEntryReorderingAllowed(entry: ListEntry): Boolean = true in isPipelineRunAllowed() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java2767 public boolean isEntryReorderingAllowed(@NonNull ListEntry entry) { in isEntryReorderingAllowed() method in ShadeListBuilderTest.TestableStabilityManager