Home
last modified time | relevance | path

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

/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DPackageWatchdogTest.java434 List<String> observerNonePackages = observerNone.mMitigatedPackages; in testPackageFailureNotifyAllDifferentImpacts()
435 List<String> observerHighPackages = observerHigh.mMitigatedPackages; in testPackageFailureNotifyAllDifferentImpacts()
436 List<String> observerMidPackages = observerMid.mMitigatedPackages; in testPackageFailureNotifyAllDifferentImpacts()
437 List<String> observerLowPackages = observerLow.mMitigatedPackages; in testPackageFailureNotifyAllDifferentImpacts()
478 assertThat(observerFirst.mMitigatedPackages).containsExactly(APP_A); in testPackageFailureNotifyLeastImpactSuccessively()
479 assertThat(observerSecond.mMitigatedPackages).isEmpty(); in testPackageFailureNotifyLeastImpactSuccessively()
483 observerFirst.mMitigatedPackages.clear(); in testPackageFailureNotifyLeastImpactSuccessively()
484 observerSecond.mMitigatedPackages.clear(); in testPackageFailureNotifyLeastImpactSuccessively()
492 assertThat(observerSecond.mMitigatedPackages).containsExactly(APP_A); in testPackageFailureNotifyLeastImpactSuccessively()
493 assertThat(observerFirst.mMitigatedPackages).isEmpty(); in testPackageFailureNotifyLeastImpactSuccessively()
[all …]