Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/emailcommon/internet/
DMimeBodyPartTest.java46 final String cid1 = "cid.1@android.com"; in testGetContentId() local
47 bp.setHeader(MimeHeader.HEADER_CONTENT_ID, cid1); in testGetContentId()
48 assertEquals(cid1, bp.getContentId()); in testGetContentId()
51 bp.setHeader(MimeHeader.HEADER_CONTENT_ID, "<" + cid1 + ">"); in testGetContentId()
52 assertEquals(cid1, bp.getContentId()); in testGetContentId()
DMimeUtilityTest.java313 final String cid1 = "cid.1@android.com"; in testFindPartByContentIdTestCase() local
314 final Part cid1bp = MessageTestUtils.bodyPart("image/gif", cid1); in testFindPartByContentIdTestCase()
325 final Part actual1_1 = MimeUtility.findPartByContentId(msg1, cid1); in testFindPartByContentIdTestCase()
343 final Part actual2_1 = MimeUtility.findPartByContentId(msg2, cid1); in testFindPartByContentIdTestCase()
354 final String cid1 = "<i_12e8248b4f0874cb>"; in testCollectParts() local
355 final Part cid1bp = MessageTestUtils.bodyPart("image/gif; name=\"im1.gif\"", cid1); in testCollectParts()
DMimeMessageTest.java141 final String cid1 = "cid.1@android.com"; in testGetContentId() local
142 message.setHeader(MimeHeader.HEADER_CONTENT_ID, cid1); in testGetContentId()
143 assertEquals(cid1, message.getContentId()); in testGetContentId()
146 message.setHeader(MimeHeader.HEADER_CONTENT_ID, "<" + cid1 + ">"); in testGetContentId()
147 assertEquals(cid1, message.getContentId()); in testGetContentId()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java2157 final long cid1 = queryContactId(rid1); in testQueryContactStrequentFrequentOrder() local
2165 EvenMoreAsserts.assertUnique(cid1, cid2, cid3, cid4, cid5, cid6); in testQueryContactStrequentFrequentOrder()
2203 cv(Contacts._ID, cid1), in testQueryContactStrequentFrequentOrder()
2286 final long cid1 = createContact(values1, "Noah", "Tever", "18004664411", in testQueryContactFrequentExcludingInvisible() local
6925 final long cid1 = queryContactId(rid1); in testDataUsageFeedbackAndDelete() local
6930 MoreAsserts.assertNotEqual(cid1, cid3); in testDataUsageFeedbackAndDelete()
6931 MoreAsserts.assertNotEqual(cid1, cid4); in testDataUsageFeedbackAndDelete()
7042 cv(Contacts._ID, cid1, in testDataUsageFeedbackAndDelete()