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
361 watchdog.startObservingHealth(observerNone, Arrays.asList(APP_A, APP_B, APP_C, APP_D), in testPackageFailureNotifyAllDifferentImpacts()
375 new VersionedPackage(APP_D, VERSION_CODE))); in testPackageFailureNotifyAllDifferentImpacts()
693 MonitoredPackage m4 = wd.new MonitoredPackage(APP_D, LONG_DURATION, SHORT_DURATION, true); in testPackageHealthCheckStateTransitions()