Home
last modified time | relevance | path

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

/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DPackageWatchdogTest.java581 observerFirst.mImpact = PackageHealthObserverImpact.USER_IMPACT_LEVEL_100; in testPackageFailureNotifyLeastImpactSuccessively()
595 observerSecond.mImpact = PackageHealthObserverImpact.USER_IMPACT_LEVEL_0; in testPackageFailureNotifyLeastImpactSuccessively()
609 observerFirst.mImpact = PackageHealthObserverImpact.USER_IMPACT_LEVEL_0; in testPackageFailureNotifyLeastImpactSuccessively()
645 observerFirst.mImpact = PackageHealthObserverImpact.USER_IMPACT_LEVEL_50; in testPackageFailureNotifyLeastImpactSuccessivelyRecoverability()
659 observerSecond.mImpact = PackageHealthObserverImpact.USER_IMPACT_LEVEL_0; in testPackageFailureNotifyLeastImpactSuccessivelyRecoverability()
673 observerFirst.mImpact = PackageHealthObserverImpact.USER_IMPACT_LEVEL_0; in testPackageFailureNotifyLeastImpactSuccessivelyRecoverability()
1818 private int mImpact; field in PackageWatchdogTest.TestObserver
1830 mImpact = PackageHealthObserverImpact.USER_IMPACT_LEVEL_30; in TestObserver()
1835 mImpact = impact; in TestObserver()
1841 return mImpact; in onHealthCheckFailed()
[all …]