Home
last modified time | relevance | path

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

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
H A DDelayController.kt88 public fun runCurrent() in advanceTimeBy() method
192 override fun runCurrent(): Unit = scheduler.runCurrent() in advanceTimeBy() method
H A DTestCoroutineScope.kt270 public fun TestCoroutineScope.runCurrent() { in runCurrent() method
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/util/
DTestKosmos.kt50 @ExperimentalCoroutinesApi fun runCurrent() = testScope.runCurrent() in <lambda>() method
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/
H A DGeneralKosmos.kt59 fun Kosmos.runCurrent() = testScope.runCurrent() in runCurrent() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
H A DTestScope.kt104 public fun TestScope.runCurrent(): Unit = testScheduler.runCurrent() in advanceUntilIdle() method
H A DTestCoroutineScheduler.kt126 public fun runCurrent() { in runCurrent() method in kotlinx.coroutines.test.TestCoroutineScheduler
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
H A DSysUITestModule.kt161 fun SysUITestComponent<*>.runCurrent() = testScope.runCurrent() method
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
H A DDraggableHandlerTest.kt191 fun runCurrent() { in runCurrent() method