Home
last modified time | relevance | path

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

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
DBenchmarkRegistry.java124 … TypedArray groupAttribs = res.obtainAttributes(attributeSet, R.styleable.BenchmarkGroup); in parseBenchmarkGroup() local
126 groupName = groupAttribs.getString(R.styleable.BenchmarkGroup_name); in parseBenchmarkGroup()
127 groupDescription = groupAttribs.getString(R.styleable.BenchmarkGroup_description); in parseBenchmarkGroup()
128 groupAttribs.recycle(); in parseBenchmarkGroup()