Searched refs:bootObserver2 (Results 1 – 1 of 1) sorted by relevance
1273 TestObserver bootObserver2 = new TestObserver(OBSERVER_NAME_2); in testBootLoopMitigationDoneForLowestUserImpact() local1274 bootObserver2.setImpact(PackageHealthObserverImpact.USER_IMPACT_LEVEL_30); in testBootLoopMitigationDoneForLowestUserImpact()1276 watchdog.registerHealthObserver(bootObserver2); in testBootLoopMitigationDoneForLowestUserImpact()1281 assertThat(bootObserver2.mitigatedBootLoop()).isFalse(); in testBootLoopMitigationDoneForLowestUserImpact()1289 TestObserver bootObserver2 = new TestObserver(OBSERVER_NAME_2); in testBootLoopMitigationDoneForLowestUserImpactRecoverability() local1290 bootObserver2.setImpact(PackageHealthObserverImpact.USER_IMPACT_LEVEL_30); in testBootLoopMitigationDoneForLowestUserImpactRecoverability()1292 watchdog.registerHealthObserver(bootObserver2); in testBootLoopMitigationDoneForLowestUserImpactRecoverability()1297 assertThat(bootObserver2.mitigatedBootLoop()).isFalse(); in testBootLoopMitigationDoneForLowestUserImpactRecoverability()