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.java98 private static final String APP_D = "com.package.d"; field in PackageWatchdogTest
468 watchdog.startObservingHealth(observerNone, Arrays.asList(APP_A, APP_B, APP_C, APP_D), in testPackageFailureNotifyAllDifferentImpacts()
482 new VersionedPackage(APP_D, VERSION_CODE)), in testPackageFailureNotifyAllDifferentImpacts()
514 watchdog.startObservingHealth(observerNone, Arrays.asList(APP_A, APP_B, APP_C, APP_D), in testPackageFailureNotifyAllDifferentImpactsRecoverability()
528 new VersionedPackage(APP_D, VERSION_CODE)), in testPackageFailureNotifyAllDifferentImpactsRecoverability()
924 MonitoredPackage m4 = wd.newMonitoredPackage(APP_D, LONG_DURATION, SHORT_DURATION, true, in testPackageHealthCheckStateTransitions()