Searched refs:mMitigatedPackages (Results 1 – 1 of 1) sorted by relevance
486 List<String> observerNonePackages = observerNone.mMitigatedPackages; in testPackageFailureNotifyAllDifferentImpacts()487 List<String> observerHighPackages = observerHigh.mMitigatedPackages; in testPackageFailureNotifyAllDifferentImpacts()488 List<String> observerMidPackages = observerMid.mMitigatedPackages; in testPackageFailureNotifyAllDifferentImpacts()489 List<String> observerLowPackages = observerLow.mMitigatedPackages; in testPackageFailureNotifyAllDifferentImpacts()532 List<String> observerNonePackages = observerNone.mMitigatedPackages; in testPackageFailureNotifyAllDifferentImpactsRecoverability()533 List<String> observerHighPackages = observerHigh.mMitigatedPackages; in testPackageFailureNotifyAllDifferentImpactsRecoverability()534 List<String> observerMidPackages = observerMid.mMitigatedPackages; in testPackageFailureNotifyAllDifferentImpactsRecoverability()535 List<String> observerLowPackages = observerLow.mMitigatedPackages; in testPackageFailureNotifyAllDifferentImpactsRecoverability()577 assertThat(observerFirst.mMitigatedPackages).containsExactly(APP_A); in testPackageFailureNotifyLeastImpactSuccessively()578 assertThat(observerSecond.mMitigatedPackages).isEmpty(); in testPackageFailureNotifyLeastImpactSuccessively()[all …]