Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java84 public ITextBox getSynchCountInput(); in getSynchCountInput() method
252 display.getSynchCountInput().setText(Utils.jsonToString(jobObject.get("synch_count"))); in cloneJob()
393 display.getSynchCountInput().setText(synchCount); in generateControlFile()
663 display.getSynchCountInput().setEnabled(false); in reset()
664 display.getSynchCountInput().setText("1"); in reset()
693 display.getSynchCountInput().getText(), in submitJob()
DCreateJobViewDisplay.java470 public ITextBox getSynchCountInput() { in getSynchCountInput() method in CreateJobViewDisplay