Searched refs:ANOTHER_TEST_CATEGORY (Results 1 – 1 of 1) sorted by relevance
64 private static final String ANOTHER_TEST_CATEGORY = "testAnotherCategory"; field in IntentTest1473 sourceIntent.addCategory(ANOTHER_TEST_CATEGORY); in testFillIn_category()1477 assertTrue(destIntent.getCategories().contains(ANOTHER_TEST_CATEGORY)); in testFillIn_category()1488 destIntent.addCategory(ANOTHER_TEST_CATEGORY); in testFillIn_categorySet()1492 assertTrue(destIntent.getCategories().contains(ANOTHER_TEST_CATEGORY)); in testFillIn_categorySet()1504 destIntent.addCategory(ANOTHER_TEST_CATEGORY); in testFillIn_categoryOverride()1508 assertFalse(destIntent.getCategories().contains(ANOTHER_TEST_CATEGORY)); in testFillIn_categoryOverride()