Searched refs:APP_C (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tests/PackageWatchdog/src/com/android/server/ |
D | PackageWatchdogTest.java | 77 private static final String APP_C = "com.package.c"; field in PackageWatchdogTest 300 watchdog.onPackageFailure(Arrays.asList(new VersionedPackage(APP_C, VERSION_CODE)), in testPackageFailureDifferentPackageNotifyNone() 364 watchdog.startObservingHealth(observerNone, Arrays.asList(APP_A, APP_B, APP_C, APP_D), in testPackageFailureNotifyAllDifferentImpacts() 366 watchdog.startObservingHealth(observerHigh, Arrays.asList(APP_A, APP_B, APP_C), in testPackageFailureNotifyAllDifferentImpacts() 377 new VersionedPackage(APP_C, VERSION_CODE), in testPackageFailureNotifyAllDifferentImpacts() 395 assertEquals(APP_C, observerHighPackages.get(0)); in testPackageFailureNotifyAllDifferentImpacts() 598 controller.setSupportedPackages(Arrays.asList(APP_A, APP_B, APP_C)); in testExplicitHealthCheckStateChanges() 637 controller.setSupportedPackages(Arrays.asList(APP_C)); in testExplicitHealthCheckStateChanges() 639 watchdog.startObservingHealth(observer, Arrays.asList(APP_A, APP_C), SHORT_DURATION); in testExplicitHealthCheckStateChanges() 647 assertEquals(APP_C, requestedPackages.get(0)); in testExplicitHealthCheckStateChanges() [all …]
|