Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java749 private void populateDefaultJsonFields(JSONObject jsonObject, String testCaseDataDir) in populateDefaultJsonFields() argument
756 JsonUtil.deepMergeJsonObjects(jsonObject, defaultJsonObject); in populateDefaultJsonFields()
798 protected void updateVtsRunnerTestConfig(JSONObject jsonObject) in updateVtsRunnerTestConfig() argument
804 JsonUtil.deepMergeJsonObjects(jsonObject, vendorConfigJson); in updateVtsRunnerTestConfig()
816 JsonUtil.deepMergeJsonObjects(jsonObject, new JSONObject(content)); in updateVtsRunnerTestConfig()
820 populateDefaultJsonFields(jsonObject, mTestCaseDir); in updateVtsRunnerTestConfig()
864 JSONArray testBedArray = (JSONArray) jsonObject.get(TEST_BED); in updateVtsRunnerTestConfig()
894 jsonObject.put(DATA_FILE_PATH, mTestCaseDir); in updateVtsRunnerTestConfig()
900 jsonObject.put(BUILD, build); in updateVtsRunnerTestConfig()
912 jsonObject.put(OUTPUT_COVERAGE_REPORT, true); in updateVtsRunnerTestConfig()
[all …]
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestTest.java79 protected void updateVtsRunnerTestConfig(JSONObject jsonObject) { in setUp()
247 protected void updateVtsRunnerTestConfig(JSONObject jsonObject) {
290 protected void updateVtsRunnerTestConfig(JSONObject jsonObject) {
335 protected void updateVtsRunnerTestConfig(JSONObject jsonObject) {