Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowTreeServlet.java282 TestRunDetails topDetails = firstRun.getDetails(); in doGetHandler() local
283 if (topDetails == null) { in doGetHandler()
284 topDetails = processTestDetails(firstRun); in doGetHandler()
286 topBuildResultCounts = topDetails.resultCounts; in doGetHandler()