Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java361 private Collection<String> mBinaryTestSource = new ArrayList<>(); field in VtsMultiDeviceTest
691 if (!mBinaryTestSource.isEmpty()) { in run()
976 if (!mBinaryTestSource.isEmpty()) { in updateVtsRunnerTestConfig()
977 jsonObject.put(BINARY_TEST_SOURCE, new JSONArray(mBinaryTestSource)); in updateVtsRunnerTestConfig()