Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
DTileUtilsTest.java121 final String testCategory = "category1"; in getTilesForIntent_shouldParseCategory() local
125 info.add(newInfo(true, testCategory)); in getTilesForIntent_shouldParseCategory()
135 assertThat(outTiles.get(0).getCategory()).isEqualTo(testCategory); in getTilesForIntent_shouldParseCategory()
136 assertThat(outTiles.get(1).getCategory()).isEqualTo(testCategory); in getTilesForIntent_shouldParseCategory()
163 final String testCategory = "category1"; in getTilesForIntent_shouldSkipNonSystemApp() local
167 info.add(newInfo(false, testCategory)); in getTilesForIntent_shouldSkipNonSystemApp()
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
DBenchmarkRegistry.java137 int testCategory = benchAttribs.getInt(R.styleable.Benchmark_category, in parseBenchmarkGroup() local
139 int category = getCategory(testCategory); in parseBenchmarkGroup()