Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/coroutines/
H A DTestCoroutineSchedulerUtils.kt29 fun TestCoroutineScheduler.advanceTimeBy(duration: Duration) { in TestCoroutineScheduler() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
H A DTestCoroutineScheduler.kt26 public class TestCoroutineScheduler : AbstractCoroutineContextElement(TestCoroutineScheduler), class