Home
last modified time | relevance | path

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

/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DPackageWatchdogTest.java1272 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