Searched refs:nextTask (Results 1 – 4 of 4) sorted by relevance
320 NextTask nextTask = getTasks().getNextTask(READY_TOLERANCE_MILLISECONDS);322 if (nextTask.task != null) {323 nextTask.task.onBeforeExecute();325 message.obj = nextTask.task;330 VvmLog.i(TAG, "minimal wait time:" + nextTask.minimalWaitTimeMillis);331 if (!taskAutoRunDisabledForTesting && nextTask.minimalWaitTimeMillis != null) {334 sleep(nextTask.minimalWaitTimeMillis);
123 final TaskView nextTask = view.getNextTaskView(); in getNextTask() local124 return nextTask != null ? nextTask : runningTaskView; in getNextTask()
1683 TaskView nextTask = mRecentsView.getNextPageTaskView();1684 if (nextTask != null) {1685 int taskId = nextTask.getTask().key.id;1689 nextTask.launchTask(success -> {
143 AbstractProvisioningTask nextTask = mTasks.get(index); in runTask() local145 nextTask); in runTask()