Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLooper.java213 getShadowMainLooper().idleConstantly(shouldIdleConstantly); in idleMainLooperConstantly()
276 public void idleConstantly(boolean shouldIdleConstantly) { in idleConstantly() method in ShadowLooper
277 getScheduler().idleConstantly(shouldIdleConstantly); in idleConstantly()
/external/robolectric-shadows/utils/src/test/java/org/robolectric/util/
DSchedulerTest.java64 scheduler.idleConstantly(true); in idleConstantly_setsIdleState()
66 scheduler.idleConstantly(false); in idleConstantly_setsIdleState()
121 scheduler.idleConstantly(true); in idleConstantlyTrue_shouldRunAllTasks()
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
DScheduler.java323 public void idleConstantly(boolean shouldIdleConstantly) { in idleConstantly() method in Scheduler