Searched refs:LONG_DURATION (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tests/PackageWatchdog/src/com/android/server/ |
D | PackageWatchdogTest.java | 105 private static final long LONG_DURATION = TimeUnit.SECONDS.toMillis(50); field in PackageWatchdogTest 302 watchdog.startObservingHealth(observer2, Arrays.asList(APP_A), LONG_DURATION); in testExpiration_multiObservers() 568 watchdog.startObservingHealth(observerFirst, Arrays.asList(APP_A), LONG_DURATION); in testPackageFailureNotifyLeastImpactSuccessively() 569 watchdog.startObservingHealth(observerSecond, Arrays.asList(APP_A), LONG_DURATION); in testPackageFailureNotifyLeastImpactSuccessively() 632 watchdog.startObservingHealth(observerFirst, Arrays.asList(APP_A), LONG_DURATION); in testPackageFailureNotifyLeastImpactSuccessivelyRecoverability() 633 watchdog.startObservingHealth(observerSecond, Arrays.asList(APP_A), LONG_DURATION); in testPackageFailureNotifyLeastImpactSuccessivelyRecoverability() 801 watchdog.startObservingHealth(observer, Arrays.asList(APP_B), LONG_DURATION); in testExplicitHealthCheckStateChanges() 868 watchdog.startObservingHealth(observer, Arrays.asList(APP_A), LONG_DURATION); in testExplicitHealthCheckFailureBeforeExpiry() 878 moveTimeForwardAndDispatch(LONG_DURATION); in testExplicitHealthCheckFailureBeforeExpiry() 920 MonitoredPackage m1 = wd.newMonitoredPackage(APP_A, LONG_DURATION, in testPackageHealthCheckStateTransitions() [all …]
|