Searched refs:testCategory (Results 1 – 2 of 2) sorted by relevance
121 final String testCategory = "category1"; in getTilesForIntent_shouldParseCategory() local125 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() local167 info.add(newInfo(false, testCategory)); in getTilesForIntent_shouldSkipNonSystemApp()
137 int testCategory = benchAttribs.getInt(R.styleable.Benchmark_category, in parseBenchmarkGroup() local139 int category = getCategory(testCategory); in parseBenchmarkGroup()