Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java321 List<String> errors = parseTestResultJson(new JSONObject(resultContent)); in verifyTestResultFile()
337 private List<String> parseTestResultJson(JSONObject result) { in parseTestResultJson() method in UiConductorTest
346 errors.addAll(parseTestResultJson(childrenResult.optJSONObject(i))); in parseTestResultJson()