Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java67 private static final String ANOTHER_TEST_CATEGORY = "testAnotherCategory"; field in IntentTest
1554 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()