Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java70 public HasText getMaxRuntime(); in getMaxRuntime() method
225 display.getMaxRuntime().setText(Utils.jsonToString(jobObject.get("max_runtime_mins"))); in cloneJob()
652 display.getMaxRuntime().setText( in reset()
682 display.getMaxRuntime().getText(), "max runtime"); in submitJob()
DCreateJobViewDisplay.java426 public HasText getMaxRuntime() { in getMaxRuntime() method in CreateJobViewDisplay