Home
last modified time | relevance | path

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

/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DPackageWatchdogTest.java78 private static final String APP_D = "com.package.d"; field in PackageWatchdogTest
364 watchdog.startObservingHealth(observerNone, Arrays.asList(APP_A, APP_B, APP_C, APP_D), in testPackageFailureNotifyAllDifferentImpacts()
378 new VersionedPackage(APP_D, VERSION_CODE)), in testPackageFailureNotifyAllDifferentImpacts()
702 MonitoredPackage m4 = wd.new MonitoredPackage(APP_D, LONG_DURATION, SHORT_DURATION, true); in testPackageHealthCheckStateTransitions()
770 watchdog.startObservingHealth(observer4, Arrays.asList(APP_D), SHORT_DURATION); in testFailureReasons()
779 watchdog.onPackageFailure(Arrays.asList(new VersionedPackage(APP_D, VERSION_CODE)), in testFailureReasons()