Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/
DGameQualificationResultReporter.java62 public void putRequirements(TestDescription testId, CertificationRequirements requirements) { in putRequirements()
76 … public void testEnded(TestDescription testId, long elapsedTime, HashMap<String, Metric> metrics) { in testEnded()
305 TestDescription testId = entry.getKey(); in createPerformanceReport() local
368 private String getTestSummary(TestDescription testId, TestResult testResult) { in getTestSummary()