Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java108 static final String BINARY_TEST_ARGS = "binary_test_args"; field in VtsMultiDeviceTest
993 jsonObject.put(BINARY_TEST_ARGS, new JSONArray(mBinaryTestArgs)); in updateVtsRunnerTestConfig()
994 CLog.d("Added %s to the Json object", BINARY_TEST_ARGS); in updateVtsRunnerTestConfig()