Home
last modified time | relevance | path

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

/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DPackageWatchdogTest.java286 moveTimeForwardAndDispatch(SHORT_DURATION); in testExpiration_singleObserver()
303 moveTimeForwardAndDispatch(SHORT_DURATION); in testExpiration_multiObservers()
324 moveTimeForwardAndDispatch(SHORT_DURATION / 2); in testObserveAlreadyObservedPackage()
330 moveTimeForwardAndDispatch((SHORT_DURATION / 2) + 1); in testObserveAlreadyObservedPackage()
773 moveTimeForwardAndDispatch(SHORT_DURATION); in testExplicitHealthChecks()
820 moveTimeForwardAndDispatch(SHORT_DURATION); in testExplicitHealthCheckStateChanges()
847 moveTimeForwardAndDispatch(SHORT_DURATION); in testExplicitHealthCheckStateChanges()
871 moveTimeForwardAndDispatch(SHORT_DURATION); in testExplicitHealthCheckFailureBeforeExpiry()
878 moveTimeForwardAndDispatch(LONG_DURATION); in testExplicitHealthCheckFailureBeforeExpiry()
902 moveTimeForwardAndDispatch(SHORT_DURATION / 2); in testExplicitHealthCheckFailureAfterExpiry()
[all …]
DCrashRecoveryTest.java353 moveTimeForwardAndDispatch(PackageWatchdog.DEFAULT_DEESCALATION_WINDOW_MS + 1); in testBootLoopWithRescuePartyAndRollbackPackageHealthObserver()
629 private void moveTimeForwardAndDispatch(long milliSeconds) { in moveTimeForwardAndDispatch() method in CrashRecoveryTest