Home
last modified time | relevance | path

Searched refs:MAX_CONSECUTIVE_REENTRANT_REBUILDS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java21 …oid.systemui.statusbar.notification.collection.ShadeListBuilder.MAX_CONSECUTIVE_REENTRANT_REBUILDS;
1759 invalidator.setInvalidationCount(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testOutOfOrderPreGroupFilterInvalidationDoesNotThrowBeforeTooManyRuns()
1764 runWhileScheduledUpTo(MAX_CONSECUTIVE_REENTRANT_REBUILDS + 2); in testOutOfOrderPreGroupFilterInvalidationDoesNotThrowBeforeTooManyRuns()
1783 invalidator.setInvalidationCount(MAX_CONSECUTIVE_REENTRANT_REBUILDS + 1); in testOutOfOrderPreGroupFilterInvalidationThrowsAfterTooManyRuns()
1788 runWhileScheduledUpTo(MAX_CONSECUTIVE_REENTRANT_REBUILDS + 2); in testOutOfOrderPreGroupFilterInvalidationThrowsAfterTooManyRuns()
1810 invalidator.setInvalidationCount(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testNonConsecutiveOutOfOrderInvalidationsDontThrowAfterTooManyRuns()
1813 runWhileScheduledUpTo(MAX_CONSECUTIVE_REENTRANT_REBUILDS + 2); in testNonConsecutiveOutOfOrderInvalidationsDontThrowAfterTooManyRuns()
1816 invalidator.setInvalidationCount(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testNonConsecutiveOutOfOrderInvalidationsDontThrowAfterTooManyRuns()
1820 runWhileScheduledUpTo(MAX_CONSECUTIVE_REENTRANT_REBUILDS + 2); in testNonConsecutiveOutOfOrderInvalidationsDontThrowAfterTooManyRuns()
1839 invalidator.setInvalidationCount(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testOutOfOrderPromoterInvalidationDoesNotThrowBeforeTooManyRuns()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java140 @VisibleForTesting public static final int MAX_CONSECUTIVE_REENTRANT_REBUILDS = 3; field in ShadeListBuilder
1413 if (mConsecutiveReentrantRebuilds > MAX_CONSECUTIVE_REENTRANT_REBUILDS) { in scheduleRebuild()
1414 Log.e(TAG, "Crashing after more than " + MAX_CONSECUTIVE_REENTRANT_REBUILDS in scheduleRebuild()