Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/PackageWatchdog/src/com/android/server/
H A DPackageWatchdogTest.java1110 assertThat(bootObserver.mBootMitigationCounts).isEqualTo(List.of(1, 2, 3, 4, 1, 2, 3, 4)); in testMultipleBootLoopMitigation()
1445 final List<Integer> mBootMitigationCounts = new ArrayList<>(); field in PackageWatchdogTest.TestObserver
1489 mBootMitigationCounts.add(level); in executeBootLoopMitigation()