Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java1730 public void setInvalidationCount(int invalidationCount) { in setInvalidationCount() method in ShadeListBuilderTest.CountingInvalidator
1759 invalidator.setInvalidationCount(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testOutOfOrderPreGroupFilterInvalidationDoesNotThrowBeforeTooManyRuns()
1783 invalidator.setInvalidationCount(MAX_CONSECUTIVE_REENTRANT_REBUILDS + 1); in testOutOfOrderPreGroupFilterInvalidationThrowsAfterTooManyRuns()
1810 invalidator.setInvalidationCount(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testNonConsecutiveOutOfOrderInvalidationsDontThrowAfterTooManyRuns()
1816 invalidator.setInvalidationCount(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testNonConsecutiveOutOfOrderInvalidationsDontThrowAfterTooManyRuns()
1839 invalidator.setInvalidationCount(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testOutOfOrderPromoterInvalidationDoesNotThrowBeforeTooManyRuns()
1862 invalidator.setInvalidationCount(MAX_CONSECUTIVE_REENTRANT_REBUILDS + 1); in testOutOfOrderPromoterInvalidationThrowsAfterTooManyRuns()
1887 invalidator.setInvalidationCount(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testOutOfOrderComparatorInvalidationDoesNotThrowBeforeTooManyRuns()
1910 invalidator.setInvalidationCount(MAX_CONSECUTIVE_REENTRANT_REBUILDS + 1); in testOutOfOrderComparatorInvalidationThrowsAfterTooManyRuns()
1935 invalidator.setInvalidationCount(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testOutOfOrderPreRenderFilterInvalidationDoesNotThrowBeforeTooManyRuns()
[all …]