Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DTestResults.java65 public String totBuildId = ""; // build ID of tip-of-tree run field in TestResults
147 totBuildId = totDevice.getBuildId(); in generateToTBreakdown()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowTableServlet.java205 request.setAttribute("topBuildId", testResults.totBuildId); in doGetHandler()