Searched refs:isGroupPruneAllowed (Results 1 – 5 of 5) sorted by relevance
155 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 …]
61 abstract fun isGroupPruneAllowed(entry: GroupEntry): Boolean regex101 override fun isGroupPruneAllowed(entry: GroupEntry): Boolean = true
158 public boolean isGroupPruneAllowed(@NonNull GroupEntry entry) {
778 && !getStabilityManager().isGroupPruneAllowed(group)) { in pruneIncompleteGroups()
2788 public boolean isGroupPruneAllowed(@NonNull GroupEntry entry) { in isGroupPruneAllowed() method in ShadeListBuilderTest.TestableStabilityManager