Searched refs:mBootMitigationCounts (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tests/PackageWatchdog/src/com/android/server/ |
D | PackageWatchdogTest.java | 1323 assertThat(bootObserver.mBootMitigationCounts).isEqualTo(List.of(1, 2, 3, 4, 1, 2, 3, 4)); in testMultipleBootLoopMitigation() 1348 assertThat(bootObserver.mBootMitigationCounts).isEqualTo(List.of(1, 2, 3, 4, 1, 2, 3, 4)); in testMultipleBootLoopMitigationRecoverabilityLowImpact() 1826 final List<Integer> mBootMitigationCounts = new ArrayList<>(); field in PackageWatchdogTest.TestObserver 1870 mBootMitigationCounts.add(level); in executeBootLoopMitigation()
|