Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
H A DNotifStabilityManager.kt78 abstract fun isEntryReorderingAllowed(entry: ListEntry): Boolean regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java2798 public boolean isEntryReorderingAllowed(@NonNull ListEntry entry) { in isEntryReorderingAllowed() method in ShadeListBuilderTest.TestableStabilityManager