Searched refs:parseTestResultJson (Results 1 – 1 of 1) sorted by relevance
321 List<String> errors = parseTestResultJson(new JSONObject(resultContent)); in verifyTestResultFile()337 private List<String> parseTestResultJson(JSONObject result) { in parseTestResultJson() method in UiConductorTest346 errors.addAll(parseTestResultJson(childrenResult.optJSONObject(i))); in parseTestResultJson()