Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java210 String testSourceBuild = jobObject.get(TEST_SOURCE_BUILD).isString().stringValue(); in cloneJob() local
211 if (builds.indexOf(testSourceBuild) >= 0) { in cloneJob()
212 display.getTestSourceBuildList().setSelectedIndex(builds.indexOf(testSourceBuild)); in cloneJob()
347 String testSourceBuild = display.getTestSourceBuildList().getSelectedValue(); in getControlFileParams() local
348 if (testSourceBuild != null) { in getControlFileParams()
349 params.put("test_source_build", new JSONString(testSourceBuild)); in getControlFileParams()
791 String testSourceBuild = display.getTestSourceBuildList().getSelectedValue(); in submitJob()
794 if (testSourceBuild.isEmpty()) in submitJob()
809 args.put(TEST_SOURCE_BUILD, new JSONString(testSourceBuild)); in submitJob()