Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java121 static final String CONFIG_STR = "CONFIG_STR"; field in VtsMultiDeviceTest
1191 jsonObject.put(CONFIG_STR, new JSONObject(mConfigStr)); in updateVtsRunnerTestConfig()
1192 CLog.d("Added %s to the Json object", CONFIG_STR); in updateVtsRunnerTestConfig()