Searched refs:setImpact (Results 1 – 1 of 1) sorted by relevance
1272 bootObserver1.setImpact(PackageHealthObserverImpact.USER_IMPACT_LEVEL_10); in testBootLoopMitigationDoneForLowestUserImpact()1274 bootObserver2.setImpact(PackageHealthObserverImpact.USER_IMPACT_LEVEL_30); in testBootLoopMitigationDoneForLowestUserImpact()1288 bootObserver1.setImpact(PackageHealthObserverImpact.USER_IMPACT_LEVEL_10); in testBootLoopMitigationDoneForLowestUserImpactRecoverability()1290 bootObserver2.setImpact(PackageHealthObserverImpact.USER_IMPACT_LEVEL_30); in testBootLoopMitigationDoneForLowestUserImpactRecoverability()1886 public void setImpact(int impact) { in setImpact() method in PackageWatchdogTest.TestObserver