Home
last modified time | relevance | path

Searched refs:TestMainDispatcherFactory (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/resources/META-INF/services/
Dkotlinx.coroutines.internal.MainDispatcherFactory1 kotlinx.coroutines.test.internal.TestMainDispatcherFactory
/external/kotlinx.coroutines/kotlinx-coroutines-test/resources/META-INF/proguard/
Dcoroutines.pro2 -keepnames class kotlinx.coroutines.test.internal.TestMainDispatcherFactory {}
/external/kotlinx.coroutines/kotlinx-coroutines-test/src/internal/
DMainTestDispatcher.kt62 internal class TestMainDispatcherFactory : MainDispatcherFactory { class