Searched refs:hasCategory (Results 1 – 3 of 3) sorted by relevance
255 assertTrue(intent.hasCategory("category.name.1")); in shouldSupportCategories()256 assertTrue(intent.hasCategory("category.name.2")); in shouldSupportCategories()263 assertFalse(intent.hasCategory("category.name.1")); in shouldSupportCategories()264 assertTrue(intent.hasCategory("category.name.2")); in shouldSupportCategories()267 assertFalse(intent.hasCategory("category.name.2")); in shouldSupportCategories()
118 public boolean hasCategory(String category) { in hasCategory() method in ShadowIntent
4824 METADATA.hasCategory = buildResourceLookupMap(byCategory);