Home
last modified time | relevance | path

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

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DIntentTest.java255 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()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowIntent.java118 public boolean hasCategory(String category) { in hasCategory() method in ShadowIntent
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js4824 METADATA.hasCategory = buildResourceLookupMap(byCategory);