Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java126 static final String EXCLUDE_COVERAGE_PATH = "exclude_coverage_path"; field in VtsMultiDeviceTest
1036 jsonObject.put(EXCLUDE_COVERAGE_PATH, new JSONArray(mExcludeCoveragePath)); in updateVtsRunnerTestConfig()
1037 CLog.d("Added %s to the Json object", EXCLUDE_COVERAGE_PATH); in updateVtsRunnerTestConfig()