Searched refs:mConfigInt (Results 1 – 1 of 1) sorted by relevance
502 private TreeMap<String, Integer> mConfigInt = new TreeMap<>(); field in VtsMultiDeviceTest1195 if (!mConfigInt.isEmpty()) { in updateVtsRunnerTestConfig()1196 jsonObject.put(CONFIG_INT, new JSONObject(mConfigInt)); in updateVtsRunnerTestConfig()