Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java63 private static final String TEST_CATEGORY = "testCategory"; field in IntentTest
129 mIntent.addCategory(TEST_CATEGORY); in testReadFromParcel()
159 mIntent.addCategory(TEST_CATEGORY); in testGetCategories()
161 assertEquals(TEST_CATEGORY, target.toArray()[0]); in testGetCategories()
292 assertFalse(mIntent.hasCategory(TEST_CATEGORY)); in testHasCategory()
293 mIntent.addCategory(TEST_CATEGORY); in testHasCategory()
294 assertTrue(mIntent.hasCategory(TEST_CATEGORY)); in testHasCategory()
537 assertFalse(mIntent.hasCategory(TEST_CATEGORY)); in testAddCategory()
538 mIntent.addCategory(TEST_CATEGORY); in testAddCategory()
539 assertTrue(mIntent.hasCategory(TEST_CATEGORY)); in testAddCategory()
[all …]