Searched refs:runBackgroundTasks (Results 1 – 4 of 4) sorted by relevance
42 ShadowApplication.runBackgroundTasks(); in execute_shouldRunStuffOnBackgroundThread()53 ShadowApplication.runBackgroundTasks(); in submitRunnable_shouldRunStuffOnBackgroundThread()73 ShadowApplication.runBackgroundTasks(); in submitCallable_shouldRunStuffOnBackgroundThread()95 ShadowApplication.runBackgroundTasks(); in whenShutdownBeforeSubmittedTasksAreExecuted_TaskIsNotInTranscript()105 ShadowApplication.runBackgroundTasks(); in whenShutdownNow_ReturnedListContainsOneRunnable()
55 runBackgroundTasks();62 public static void runBackgroundTasks() throws Exception {67 ShadowApplication.runBackgroundTasks();
40 ShadowApplication.runBackgroundTasks(); in testNormalFlow()60 ShadowApplication.runBackgroundTasks(); in testCancelBeforeBackground()75 ShadowApplication.runBackgroundTasks(); in testCancelBeforePostExecute()103 ShadowApplication.runBackgroundTasks(); in progressUpdatesAreQueuedUntilBackgroundThreadFinishes()
66 public static void runBackgroundTasks() { in runBackgroundTasks() method in ShadowApplication