Searched refs:mIndicesToFilter (Results 1 – 1 of 1) sorted by relevance
1424 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.TestableNotifFilter2702 return mIndicesToFilter.stream().anyMatch(i -> notif(i).entry == entry); in shouldFilterOut()