Home
last modified time | relevance | path

Searched defs:isGroupChangeAllowed (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.kt53 abstract fun isGroupChangeAllowed(entry: NotificationEntry): Boolean regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java2783 public boolean isGroupChangeAllowed(@NonNull NotificationEntry entry) { in isGroupChangeAllowed() method in ShadeListBuilderTest.TestableStabilityManager