Searched refs:scheduleNextTask (Results 1 – 6 of 6) sorted by relevance
261 mDataBroker.scheduleNextTask(); in testScheduleNextTask_whenNoTask_shouldNotInvokeScriptExecutor()272 mDataBroker.scheduleNextTask(); // start a task in testScheduleNextTask_whenTaskInProgress_shouldNotInvokeScriptExecutorAgain()277 mDataBroker.scheduleNextTask(); // schedule next task while the last task is in progress in testScheduleNextTask_whenTaskInProgress_shouldNotInvokeScriptExecutorAgain()292 mDataBroker.scheduleNextTask(); in testScheduleNextTask_onScriptSuccess_shouldStoreInterimResult()314 mDataBroker.scheduleNextTask(); in testScheduleNextTask_onScriptError_shouldStoreErrorObject()330 mDataBroker.scheduleNextTask(); in testScheduleNextTask_whenScriptFinishes_shouldStoreFinalResult()346 mDataBroker.scheduleNextTask(); in testScheduleNextTask_whenScriptProducesReport_shouldStoreFinalResult()375 mDataBroker.scheduleNextTask(); in testScheduleNextTask_whenScriptExecutorBypassed_shouldStoreFinalResult()391 mDataBroker.scheduleNextTask(); in testScheduleNextTask_whenInterimDataExists_shouldPassToScriptExecutor()409 mDataBroker.scheduleNextTask(); in testScheduleNextTask_withLargeDataFlag_shouldPipeData()[all …]
110 private void scheduleNextTask(CommandInfo command) { in scheduleNextTask() method in OverviewCommandHelper142 scheduleNextTask(cmd); in executeNext()206 scheduleNextTask(cmd); in launchTask()329 scheduleNextTask(cmd); in executeCommand()409 scheduleNextTask(cmd); in onTransitionComplete()
152 scheduleNextTask();388 scheduleNextTask(); in addTaskToQueue()402 public void scheduleNextTask() { in scheduleNextTask() method in DataBrokerImpl426 scheduleNextTask(); // when priority updates, schedule a task which checks task queue in setTaskExecutionPriority()530 scheduleNextTask(); // drop this task and schedule the next one in pollAndExecuteTask()754 scheduleNextTask(); in handleMessage()
113 void scheduleNextTask(); in scheduleNextTask() method
451 verify(mMockDataBroker).scheduleNextTask(); in testOnEventConsumed_shouldStoreInterimResult()464 verify(mMockDataBroker).scheduleNextTask(); in testOnReportFinished_removesConfigAndDoesNotNotifyClient()479 verify(mMockDataBroker).scheduleNextTask(); in testOnReportFinished_withReport_removesConfigAndNotifiesClient()494 verify(mMockDataBroker).scheduleNextTask(); in testOnReportFinished_withError_removesConfigAndNotifiesClient()516 verify(mMockDataBroker).scheduleNextTask(); in testOnMetricsReport_savesReportAndConfigStillActive()
126 mDataBroker.scheduleNextTask();163 mDataBroker.scheduleNextTask();700 mDataBroker.scheduleNextTask(); in cleanupMetricsConfig()