Searched refs:USER_IMPACT_LOW (Results 1 – 4 of 4) sorted by relevance
363 PackageHealthObserverImpact.USER_IMPACT_LOW); in testHealthCheckLevels()369 PackageHealthObserverImpact.USER_IMPACT_LOW); in testHealthCheckLevels()403 assertEquals(observer.onBootLoop(), PackageHealthObserverImpact.USER_IMPACT_LOW); in testBootLoopLevels()407 assertEquals(observer.onBootLoop(), PackageHealthObserverImpact.USER_IMPACT_LOW); in testBootLoopLevels()
413 PackageHealthObserverImpact.USER_IMPACT_LOW); in testPackageFailureNotifyAllDifferentImpacts()464 PackageHealthObserverImpact.USER_IMPACT_LOW); in testPackageFailureNotifyLeastImpactSuccessively()1054 bootObserver1.setImpact(PackageHealthObserverImpact.USER_IMPACT_LOW); in testBootLoopMitigationDoneForLowestUserImpact()
303 return PackageHealthObserverImpact.USER_IMPACT_LOW; in mapRescueLevelToUserImpact()
537 PackageHealthObserverImpact.USER_IMPACT_LOW,544 int USER_IMPACT_LOW = 1; field