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.java85 public ITextBox getSynchCountInput(); in getSynchCountInput() method
255 display.getSynchCountInput().setText(Utils.jsonToString(jobObject.get("synch_count"))); in cloneJob()
284 display.getSynchCountInput().setEnabled(true); in openControlFileEditor()
405 display.getSynchCountInput().setText(synchCount); in generateControlFile()
608 display.getSynchCountInput().setEnabled(false); in initialize()
719 display.getSynchCountInput().setEnabled(false); in reset()
720 display.getSynchCountInput().setText("1"); in reset()
751 display.getSynchCountInput().getText(), in submitJob()
DCreateJobViewDisplay.java470 public ITextBox getSynchCountInput() { in getSynchCountInput() method in CreateJobViewDisplay