Searched refs:MAX_CONSECUTIVE_REENTRANT_REBUILDS (Results 1 – 2 of 2) sorted by relevance
21 …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 …]
140 @VisibleForTesting public static final int MAX_CONSECUTIVE_REENTRANT_REBUILDS = 3; field in ShadeListBuilder1413 if (mConsecutiveReentrantRebuilds > MAX_CONSECUTIVE_REENTRANT_REBUILDS) { in scheduleRebuild()1414 Log.e(TAG, "Crashing after more than " + MAX_CONSECUTIVE_REENTRANT_REBUILDS in scheduleRebuild()