Home
last modified time | relevance | path

Searched defs:advanceTimeBy (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/animation/
DAnimatorTestRule.kt52 fun advanceTimeBy(timeDelta: Long) { in <lambda>() method in com.android.systemui.animation.AnimatorTestRule
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/coroutines/
DTestCoroutineSchedulerUtils.kt29 fun TestCoroutineScheduler.advanceTimeBy(duration: Duration) { in TestCoroutineScheduler() method