Searched refs:testResultsToJson (Results 1 – 1 of 1) sorted by relevance
35 private fun testResultsToJson(results: TestResults): JSONObject { in testResultsToJson() method91 if (report.hasTests()) putIfNotEmpty(obj, "tests", testResultsToJson(report.tests)) in deviceReportToJson()