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.java66 private static final String TEST_CATEGORY = "testCategory"; field in IntentTest
133 mIntent.addCategory(TEST_CATEGORY); in testReadFromParcel()
164 mIntent.addCategory(TEST_CATEGORY); in testGetCategories()
166 assertEquals(TEST_CATEGORY, target.toArray()[0]); in testGetCategories()
303 assertFalse(mIntent.hasCategory(TEST_CATEGORY)); in testHasCategory()
304 mIntent.addCategory(TEST_CATEGORY); in testHasCategory()
305 assertTrue(mIntent.hasCategory(TEST_CATEGORY)); in testHasCategory()
561 assertFalse(mIntent.hasCategory(TEST_CATEGORY)); in testAddCategory()
562 mIntent.addCategory(TEST_CATEGORY); in testAddCategory()
563 assertTrue(mIntent.hasCategory(TEST_CATEGORY)); in testAddCategory()
[all …]