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.java83 public ITextBox getSynchCountInput(); in getSynchCountInput() method
245 display.getSynchCountInput().setText(Utils.jsonToString(jobObject.get("synch_count"))); in cloneJob()
274 display.getSynchCountInput().setEnabled(true); in openControlFileEditor()
412 display.getSynchCountInput().setText(synchCount); in generateControlFile()
613 display.getSynchCountInput().setEnabled(false); in initialize()
713 display.getSynchCountInput().setEnabled(false); in reset()
714 display.getSynchCountInput().setText("1"); in reset()
745 display.getSynchCountInput().getText(), in submitJob()
DCreateJobViewDisplay.java486 public ITextBox getSynchCountInput() { in getSynchCountInput() method in CreateJobViewDisplay