Home
last modified time | relevance | path

Searched defs:testScheduler (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
H A DTestCoroutineScope.kt52 public val testScheduler: TestCoroutineScheduler in <lambda>() constant
80 override val testScheduler: TestCoroutineScheduler constant in kotlinx.coroutines.test.TestCoroutineScopeImpl
H A DTestBuildersDeprecated.kt210 override val testScheduler get() = testScope.testScheduler in runTest() constant in kotlinx.coroutines.test.TestBodyCoroutine
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
H A DTestScope.kt43 public val testScheduler: TestCoroutineScheduler in <lambda>() constant
205 override val testScheduler get() = context[TestCoroutineScheduler]!! constant
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/events/
DDispatchersTest.kt123 val testScheduler = testScope.testScheduler in setup() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/test/
H A DRunMonotonicClockTest.kt49 val testScheduler: TestCoroutineScheduler, constant
/aosp_15_r20/frameworks/ex/common/tests/src/com/android/common/
H A DOperationSchedulerTest.java46 public void testScheduler() throws Exception { in testScheduler() method in OperationSchedulerTest
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DOriginalUnseenKeyguardCoordinatorTest.kt655 val testScheduler: TestCoroutineScheduler in <lambda>() constant
H A DLockScreenMinimalismCoordinatorTest.kt460 val testScheduler: TestCoroutineScheduler in <lambda>() constant