Home
last modified time | relevance | path

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

/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DPackageWatchdogTest.java1273 TestObserver bootObserver2 = new TestObserver(OBSERVER_NAME_2); in testBootLoopMitigationDoneForLowestUserImpact() local
1274 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() local
1290 bootObserver2.setImpact(PackageHealthObserverImpact.USER_IMPACT_LEVEL_30); in testBootLoopMitigationDoneForLowestUserImpactRecoverability()
1292 watchdog.registerHealthObserver(bootObserver2); in testBootLoopMitigationDoneForLowestUserImpactRecoverability()
1297 assertThat(bootObserver2.mitigatedBootLoop()).isFalse(); in testBootLoopMitigationDoneForLowestUserImpactRecoverability()