Searched refs:mBinaryTestEnvp (Results 1 – 1 of 1) sorted by relevance
374 private Collection<String> mBinaryTestEnvp = new ArrayList<>(); field in VtsMultiDeviceTest987 if (!mBinaryTestEnvp.isEmpty()) { in updateVtsRunnerTestConfig()988 jsonObject.put(BINARY_TEST_ENVP, new JSONArray(mBinaryTestEnvp)); in updateVtsRunnerTestConfig()