Home
last modified time | relevance | path

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

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
DBenchmarkRegistry.java161 List<BenchmarkGroup.Benchmark> thisGroup = benchmarks.get(cat); in parseBenchmarkGroup() local
163 new BenchmarkGroup.Benchmark[thisGroup.size()]; in parseBenchmarkGroup()
164 thisGroup.toArray(benchmarkArray); in parseBenchmarkGroup()