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.java213 String testSourceBuild = jobObject.get(TEST_SOURCE_BUILD).isString().stringValue(); in cloneJob() local
214 if (builds.indexOf(testSourceBuild) >= 0) { in cloneJob()
215 display.getTestSourceBuildList().setSelectedIndex(builds.indexOf(testSourceBuild)); in cloneJob()
359 String testSourceBuild = display.getTestSourceBuildList().getSelectedValue(); in getControlFileParams() local
360 if (testSourceBuild != null) { in getControlFileParams()
361 params.put("test_source_build", new JSONString(testSourceBuild)); in getControlFileParams()
849 String testSourceBuild = display.getTestSourceBuildList().getSelectedValue(); in submitJob()
852 if (testSourceBuild.isEmpty()) in submitJob()
867 args.put(TEST_SOURCE_BUILD, new JSONString(testSourceBuild)); in submitJob()