Home
last modified time | relevance | path

Searched defs:testRun (Results 1 – 4 of 4) sorted by relevance

/test/vts/web/dashboard/src/main/java/com/android/vts/servlet/
DShowTableServlet.java81 public static void processTestRun(TestResults testResults, Entity testRun) { in processTestRun()
195 Entity testRun; in doGetHandler() local
DShowGraphServlet.java124 private static String getDeviceSummary(Entity testRun, String selectedDevice) { in getDeviceSummary()
/test/vts/web/dashboard/src/main/java/com/android/vts/util/
DTestResults.java100 public void addTestRun(Entity testRun, Iterable<Entity> testCaseRuns, in addTestRun()
214 TestRunEntity testRun = testRuns.get(col); in processReport() local
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestResultParser.java222 private boolean testRun() { in testRun() method in VtsMultiDeviceTestResultParser