Searched refs:mMitigationCounts (Results 1 – 1 of 1) sorted by relevance
1471 assertThat(observer.mMitigationCounts).isEqualTo(List.of(1, 2, 3, 3, 2, 3)); in testMitigationSlidingWindow()1825 final List<Integer> mMitigationCounts = new ArrayList<>(); field in PackageWatchdogTest.TestObserver1847 mMitigationCounts.add(mitigationCount); in execute()