Searched refs:ANOTHER_TEST_CATEGORY (Results 1 – 1 of 1) sorted by relevance
67 private static final String ANOTHER_TEST_CATEGORY = "testAnotherCategory"; field in IntentTest1554 sourceIntent.addCategory(ANOTHER_TEST_CATEGORY); in testFillIn_category()1558 assertTrue(destIntent.getCategories().contains(ANOTHER_TEST_CATEGORY)); in testFillIn_category()1569 destIntent.addCategory(ANOTHER_TEST_CATEGORY); in testFillIn_categorySet()1573 assertTrue(destIntent.getCategories().contains(ANOTHER_TEST_CATEGORY)); in testFillIn_categorySet()1585 destIntent.addCategory(ANOTHER_TEST_CATEGORY); in testFillIn_categoryOverride()1589 assertFalse(destIntent.getCategories().contains(ANOTHER_TEST_CATEGORY)); in testFillIn_categoryOverride()