Home
last modified time | relevance | path

Searched refs:setMasterScheduler (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLooperTest.java251 RuntimeEnvironment.setMasterScheduler(s); in soStaticRefsToLoopersInAppWorksAcrossTests_shouldRetainSameLooperForMainThreadBetweenResetsButGiveItAFreshScheduler()
282 RuntimeEnvironment.setMasterScheduler(s); in reset_setsGlobalScheduler_forMainLooper_byDefault()
292 RuntimeEnvironment.setMasterScheduler(s); in reset_setsGlobalScheduler_forMainLooper_withAdvancedScheduling()
312 RuntimeEnvironment.setMasterScheduler(s); in reset_setsSchedulerToMaster_forNonMainLooper_withAdvancedScheduling()
DShadowApplicationTest.java570 RuntimeEnvironment.setMasterScheduler(s); in getForegroundThreadScheduler_shouldMatchRuntimeEnvironment()
578 RuntimeEnvironment.setMasterScheduler(s); in getBackgroundThreadScheduler_shouldDifferFromRuntimeEnvironment_byDefault()
586 RuntimeEnvironment.setMasterScheduler(s); in getBackgroundThreadScheduler_shouldDifferFromRuntimeEnvironment_withAdvancedScheduling()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DRuntimeEnvironmentTest.java79 RuntimeEnvironment.setMasterScheduler(s); in getSetMasterScheduler()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/
DRuntimeEnvironment.java175 public static void setMasterScheduler(Scheduler masterScheduler) { in setMasterScheduler() method in RuntimeEnvironment
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/
DParallelUniverse.java93 RuntimeEnvironment.setMasterScheduler(new Scheduler()); in setUpApplicationState()