Searched defs:isSectionChangeAllowed (Results 1 – 2 of 2) sorted by relevance
69 abstract fun isSectionChangeAllowed(entry: NotificationEntry): Boolean in isPipelineRunAllowed() method102 override fun isSectionChangeAllowed(entry: NotificationEntry): Boolean = true in isPipelineRunAllowed() method
2762 public boolean isSectionChangeAllowed(@NonNull NotificationEntry entry) { in isSectionChangeAllowed() method in ShadeListBuilderTest.TestableStabilityManager