Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/PackageWatchdog/src/com/android/server/
H A DPackageWatchdogTest.java1077 TestObserver bootObserver2 = new TestObserver(OBSERVER_NAME_2); in testBootLoopMitigationDoneForLowestUserImpact() local
1078 bootObserver2.setImpact(PackageHealthObserverImpact.USER_IMPACT_LEVEL_30); in testBootLoopMitigationDoneForLowestUserImpact()
1080 watchdog.registerHealthObserver(bootObserver2); in testBootLoopMitigationDoneForLowestUserImpact()
1085 assertThat(bootObserver2.mitigatedBootLoop()).isFalse(); in testBootLoopMitigationDoneForLowestUserImpact()