Searched refs:runBackgroundTasks (Results 1 – 3 of 3) 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()
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