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.java71 public HasText getMaxRuntime(); in getMaxRuntime() method
228 display.getMaxRuntime().setText(Utils.jsonToString(jobObject.get("max_runtime_mins"))); in cloneJob()
708 display.getMaxRuntime().setText( in reset()
740 display.getMaxRuntime().getText(), "max runtime"); in submitJob()
DCreateJobViewDisplay.java426 public HasText getMaxRuntime() { in getMaxRuntime() method in CreateJobViewDisplay