Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/PackageWatchdog/src/com/android/server/
H A DPackageWatchdogTest.java1232 assertThat(observer.mMitigationCounts).isEqualTo(List.of(1, 2, 3, 3, 2, 3)); in testMitigationSlidingWindow()
1444 final List<Integer> mMitigationCounts = new ArrayList<>(); field in PackageWatchdogTest.TestObserver
1466 mMitigationCounts.add(mitigationCount); in execute()