Searched refs:observerNone (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tests/PackageWatchdog/src/com/android/server/ |
D | PackageWatchdogTest.java | 458 TestObserver observerNone = new TestObserver(OBSERVER_NAME_1, in testPackageFailureNotifyAllDifferentImpacts() local 468 watchdog.startObservingHealth(observerNone, Arrays.asList(APP_A, APP_B, APP_C, APP_D), in testPackageFailureNotifyAllDifferentImpacts() 486 List<String> observerNonePackages = observerNone.mMitigatedPackages; in testPackageFailureNotifyAllDifferentImpacts() 504 TestObserver observerNone = new TestObserver(OBSERVER_NAME_1, in testPackageFailureNotifyAllDifferentImpactsRecoverability() local 514 watchdog.startObservingHealth(observerNone, Arrays.asList(APP_A, APP_B, APP_C, APP_D), in testPackageFailureNotifyAllDifferentImpactsRecoverability() 532 List<String> observerNonePackages = observerNone.mMitigatedPackages; in testPackageFailureNotifyAllDifferentImpactsRecoverability()
|