Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java1424 mFinalizeFilter.mIndicesToFilter.add(2); in testStabilityIsolationExemptsGroupWithFinalizeFilteredChildFromShowingSummary()
1450 mFinalizeFilter.mIndicesToFilter.add(1); in testStabilityIsolationOfRemovedChildDoesNotExemptGroupFromPrune()
1474 mFinalizeFilter.mIndicesToFilter.add(1); in testGroupWithChildRemovedByFilterIsPrunedWhenOtherwiseEmpty()
1489 mFinalizeFilter.mIndicesToFilter.add(0); in testFinalizeFilteredSummaryPromotesChildren()
1508 mFinalizeFilter.mIndicesToFilter.add(1); in testFinalizeFilteredChildPromotesSibling()
2694 ArrayList<Integer> mIndicesToFilter = new ArrayList<>(); field in ShadeListBuilderTest.TestableNotifFilter
2702 return mIndicesToFilter.stream().anyMatch(i -> notif(i).entry == entry); in shouldFilterOut()