Home
last modified time | relevance | path

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

/external/robolectric/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/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowIntent.java118 public boolean hasCategory(String category) { in hasCategory() method in ShadowIntent
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...