Home
last modified time | relevance | path

Searched refs:runToNextTask (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/android-unit-tests/test/ordered/tests/
DFirstRobolectricTest.kt41 mainLooper.runToNextTask() in testDelay()
43 mainLooper.runToNextTask() in testDelay()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLooper.java221 getShadowMainLooper().runToNextTask(); in runMainLooperToNextTask()
292 public void runToNextTask() { in runToNextTask() method in ShadowLooper