Home
last modified time | relevance | path

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

/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DPackageWatchdogTest.java1271 TestObserver bootObserver1 = new TestObserver(OBSERVER_NAME_1); in testBootLoopMitigationDoneForLowestUserImpact() local
1272 bootObserver1.setImpact(PackageHealthObserverImpact.USER_IMPACT_LEVEL_10); in testBootLoopMitigationDoneForLowestUserImpact()
1275 watchdog.registerHealthObserver(bootObserver1); in testBootLoopMitigationDoneForLowestUserImpact()
1280 assertThat(bootObserver1.mitigatedBootLoop()).isTrue(); in testBootLoopMitigationDoneForLowestUserImpact()
1287 TestObserver bootObserver1 = new TestObserver(OBSERVER_NAME_1); in testBootLoopMitigationDoneForLowestUserImpactRecoverability() local
1288 bootObserver1.setImpact(PackageHealthObserverImpact.USER_IMPACT_LEVEL_10); in testBootLoopMitigationDoneForLowestUserImpactRecoverability()
1291 watchdog.registerHealthObserver(bootObserver1); in testBootLoopMitigationDoneForLowestUserImpactRecoverability()
1296 assertThat(bootObserver1.mitigatedBootLoop()).isTrue(); in testBootLoopMitigationDoneForLowestUserImpactRecoverability()