Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java1766 runWhileScheduledUpTo(MAX_CONSECUTIVE_REENTRANT_REBUILDS + 2); in testOutOfOrderPreGroupFilterInvalidationDoesNotThrowBeforeTooManyRuns()
1769 expectWtfs(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testOutOfOrderPreGroupFilterInvalidationDoesNotThrowBeforeTooManyRuns()
1791 expectWtfs(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testOutOfOrderPreGroupFilterInvalidationThrowsAfterTooManyRuns()
1814 runWhileScheduledUpTo(MAX_CONSECUTIVE_REENTRANT_REBUILDS + 2); in testNonConsecutiveOutOfOrderInvalidationsDontThrowAfterTooManyRuns()
1818 runWhileScheduledUpTo(MAX_CONSECUTIVE_REENTRANT_REBUILDS + 2); in testNonConsecutiveOutOfOrderInvalidationsDontThrowAfterTooManyRuns()
1821 expectWtfs(MAX_CONSECUTIVE_REENTRANT_REBUILDS * 2); in testNonConsecutiveOutOfOrderInvalidationsDontThrowAfterTooManyRuns()
1843 expectWtfs(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testOutOfOrderPrompterInvalidationDoesNotThrowBeforeTooManyRuns()
1866 expectWtfs(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testOutOfOrderPrompterInvalidationThrowsAfterTooManyRuns()
1891 expectWtfs(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testOutOfOrderComparatorInvalidationDoesNotThrowBeforeTooManyRuns()
1934 expectWtfs(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testOutOfOrderPreRenderFilterInvalidationDoesNotThrowBeforeTooManyRuns()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java140 @VisibleForTesting public static final int MAX_CONSECUTIVE_REENTRANT_REBUILDS = 3; field in ShadeListBuilder
1412 if (mConsecutiveReentrantRebuilds > MAX_CONSECUTIVE_REENTRANT_REBUILDS) { in scheduleRebuild()
1413 Log.e(TAG, "Crashing after more than " + MAX_CONSECUTIVE_REENTRANT_REBUILDS in scheduleRebuild()