Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DTestResults.java54 private Set<String> profilingPointNameSet; // set of profiling point names field in TestResults
103 this.profilingPointNameSet = new HashSet<>(); in TestResults()
182 profilingPointNameSet.add(e.getKey().getName()); in processProfilingPoints()
448 profilingPointNameSet.toArray(new String[profilingPointNameSet.size()]); in processReport()