Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java403 return addExecCommandToQueue(rescheduledCmd, 0); in scheduleConfig()
414 return addExecCommandToQueue(execCmd, config.getCommandOptions().getLoopTime()); in rescheduleCommand()
1607 addExecCommandToQueue(cmdInstance, 0); in internalAddCommand()
1700 addExecCommandToQueue(execCmd, 0); in addCommandForAllDevices()
1732 addExecCommandToQueue(execCmd, config.getCommandOptions().getLoopTime()); in addNewExecCommandToQueue()
1745 private synchronized boolean addExecCommandToQueue( in addExecCommandToQueue() method in CommandScheduler