HomeSort by relevance Sort by last modified time
    Searched refs:synchCount (Results 1 - 2 of 2) sorted by null

  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewPresenter.java 388 String synchCount = Utils.jsonToString(controlInfo.get("synch_count"));
393 display.getSynchCountInput().setText(synchCount);
678 final JSONValue synchCount;
690 synchCount = JSONNull.getInstance();
692 synchCount = new JSONNumber(parsePositiveIntegerInput(
712 args.put("synch_count", synchCount);
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/
AfeUtils.java 114 int synchCount = (int) job.get("synch_count").isNumber().doubleValue();
118 if (synchCount > 1 && hasExecutionSubdir) {

Completed in 575 milliseconds