Home
last modified time | relevance | path

Searched refs:scheduleNextTask (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/databroker/
H A DDataBrokerTest.java208 mDataBroker.scheduleNextTask(); in testScheduleNextTask_whenNoTask_shouldNotInvokeScriptExecutor()
258 mDataBroker.scheduleNextTask(); in testScheduleNextTask_onScriptSuccess_shouldStoreInterimResult()
279 mDataBroker.scheduleNextTask(); in testScheduleNextTask_onScriptError_shouldStoreErrorObject()
295 mDataBroker.scheduleNextTask(); in testScheduleNextTask_whenScriptFinishes_shouldStoreFinalResult()
314 mDataBroker.scheduleNextTask(); in testScheduleNextTask_whenInterimDataExists_shouldPassToScriptExecutor()
331 mDataBroker.scheduleNextTask(); in testScheduleNextTask_withLargeDataFlag_shouldPipeData()
347 mDataBroker.scheduleNextTask(); in testScheduleNextTask_withoutLargeDataFlag_doesNotPipeData()
372 mDataBroker.scheduleNextTask(); in testScheduleNextTask_largeInputPipeIOException_shouldIgnoreCurrentTask()
404 mDataBroker.scheduleNextTask(); in testScheduleNextTask_bindScriptExecutorFailedOnce_shouldRebind()
424 mDataBroker.scheduleNextTask(); in testScheduleNextTask_bindScriptExecutorFailedMultipleTimes_shouldDisableBroker()
[all …]
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/databroker/
H A DDataBrokerImpl.java121 scheduleNextTask();
286 scheduleNextTask(); in addTaskToQueue()
299 public void scheduleNextTask() { in scheduleNextTask() method in DataBrokerImpl
320 scheduleNextTask(); // when priority updates, schedule a task which checks task queue in setTaskExecutionPriority()
386 scheduleNextTask(); // drop this task and schedule the next one in pollAndExecuteTask()
438 scheduleNextTask(); in onScriptFinished()
447 scheduleNextTask(); in onScriptSuccess()
462 scheduleNextTask(); in onScriptError()
H A DDataBroker.java72 void scheduleNextTask(); in scheduleNextTask() method
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DOverviewCommandHelper.java75 private void scheduleNextTask(CommandInfo command) { in scheduleNextTask() method in OverviewCommandHelper
94 scheduleNextTask(cmd); in executeNext()
141 callbackList.add(() -> scheduleNextTask(cmd)); in launchTask()
188 if (activityInterface.switchToRecentsIfVisible(() -> scheduleNextTask(cmd))) { in executeCommand()
272 scheduleNextTask(cmd); in onTransitionComplete()