Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLooper.java212 public static void idleMainLooperConstantly(boolean shouldIdleConstantly) { in idleMainLooperConstantly() method in ShadowLooper
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLooperTest.java123 ShadowLooper.idleMainLooperConstantly(true); in idleConstantly_runsPostDelayedTasksImmediately()