Home
last modified time | relevance | path

Searched refs:isGroupPruneAllowed (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DVisualStabilityCoordinatorTest.java155 assertTrue(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testScreenOff_groupAndSectionChangesAllowed()
171 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testScreenTurningOff_groupAndSectionChangesNotAllowed()
187 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testScreenTurningOn_groupAndSectionChangesNotAllowed()
203 assertTrue(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testPanelNotExpanded_groupAndSectionChangesAllowed()
219 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testPanelExpanded_groupAndSectionChangesNotAllowed()
234 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testPulsing_screenOff_groupAndSectionChangesNotAllowed()
250 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testPulsing_panelNotExpanded_groupAndSectionChangesNotAllowed()
270 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testOverrideReorderingSuppression_onlySectionChangesAllowed()
424 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testNotSuppressingGroupChangesAnymore_invalidationCalled()
529 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testHeadsUp_allowedToChangeGroupAndSection()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
H A DNotifStabilityManager.kt61 abstract fun isGroupPruneAllowed(entry: GroupEntry): Boolean regex
101 override fun isGroupPruneAllowed(entry: GroupEntry): Boolean = true
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DVisualStabilityCoordinator.java158 public boolean isGroupPruneAllowed(@NonNull GroupEntry entry) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java778 && !getStabilityManager().isGroupPruneAllowed(group)) { in pruneIncompleteGroups()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java2788 public boolean isGroupPruneAllowed(@NonNull GroupEntry entry) { in isGroupPruneAllowed() method in ShadeListBuilderTest.TestableStabilityManager