Home
last modified time | relevance | path

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

/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DPackageWatchdogTest.java1219 assertThat(bootObserver.mitigatedBootLoop()).isTrue(); in testBootLoopDetection_meetsThreshold()
1230 assertThat(bootObserver.mitigatedBootLoop()).isTrue(); in testBootLoopDetection_meetsThresholdRecoverability()
1245 assertThat(bootObserver.mitigatedBootLoop()).isFalse(); in testBootLoopDetection_doesNotMeetThreshold()
1261 assertThat(bootObserver.mitigatedBootLoop()).isFalse(); in testBootLoopDetection_doesNotMeetThresholdRecoverabilityLowImpact()
1280 assertThat(bootObserver1.mitigatedBootLoop()).isTrue(); in testBootLoopMitigationDoneForLowestUserImpact()
1281 assertThat(bootObserver2.mitigatedBootLoop()).isFalse(); in testBootLoopMitigationDoneForLowestUserImpact()
1296 assertThat(bootObserver1.mitigatedBootLoop()).isTrue(); in testBootLoopMitigationDoneForLowestUserImpactRecoverability()
1297 assertThat(bootObserver2.mitigatedBootLoop()).isFalse(); in testBootLoopMitigationDoneForLowestUserImpactRecoverability()
1874 public boolean mitigatedBootLoop() { in mitigatedBootLoop() method in PackageWatchdogTest.TestObserver