Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/PackageWatchdog/src/com/android/server/
H A DPackageWatchdogTest.java273 moveTimeForwardAndDispatch(SHORT_DURATION); in testExpiration_singleObserver()
290 moveTimeForwardAndDispatch(SHORT_DURATION); in testExpiration_multiObservers()
455 SHORT_DURATION); in testPackageFailureNotifyAllDifferentImpacts()
457 SHORT_DURATION); in testPackageFailureNotifyAllDifferentImpacts()
459 SHORT_DURATION); in testPackageFailureNotifyAllDifferentImpacts()
461 SHORT_DURATION); in testPackageFailureNotifyAllDifferentImpacts()
625 moveTimeForwardAndDispatch(SHORT_DURATION); in testExplicitHealthChecks()
672 moveTimeForwardAndDispatch(SHORT_DURATION); in testExplicitHealthCheckStateChanges()
699 moveTimeForwardAndDispatch(SHORT_DURATION); in testExplicitHealthCheckStateChanges()
723 moveTimeForwardAndDispatch(SHORT_DURATION); in testExplicitHealthCheckFailureBeforeExpiry()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java34 private static final long SHORT_DURATION = DEFAULT_DURATION / 3; field in SignalTileView
147 .setDuration(visible ? SHORT_DURATION : DEFAULT_DURATION) in setVisibility()