Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/mail/internet/
DMimeUtilityTest.java123 String result3 = MimeUtility.unfoldAndDecode(SHORT_PLAIN); in testEfficientUnfoldAndDecode()
146 String result1 = MimeUtility.unfoldAndDecode(SHORT_UNICODE_ENCODED); in testUnfoldAndDecodeSimple()
155 String result1 = MimeUtility.unfoldAndDecode(CALENDAR_SUBJECT_UNICODE); in testComplexDecode()
159 String degenerate1 = MimeUtility.unfoldAndDecode(CALENDAR_DEGENERATE_UNICODE_1); in testComplexDecode()
161 String degenerate2 = MimeUtility.unfoldAndDecode(CALENDAR_DEGENERATE_UNICODE_2); in testComplexDecode()
163 String degenerate3 = MimeUtility.unfoldAndDecode(CALENDAR_DEGENERATE_UNICODE_3); in testComplexDecode()
165 String degenerate4 = MimeUtility.unfoldAndDecode(CALENDAR_DEGENERATE_UNICODE_4); in testComplexDecode()
/packages/apps/Email/src/com/android/email/mail/internet/
DEmailHtmlUtil.java57 String contentType = MimeUtility.unfoldAndDecode(part.getContentType()); in resolveInlineImage()
DMimeMessage.java142 + MimeUtility.unfoldAndDecode(getFirstHeader("Date"))); in getSentDate()
254 return MimeUtility.unfoldAndDecode(getFirstHeader("Subject")); in getSubject()
DMimeUtility.java71 public static String unfoldAndDecode(String s) { in unfoldAndDecode() method in MimeUtility
/packages/apps/Email/src/com/android/email/
DLegacyConversions.java283 String contentType = MimeUtility.unfoldAndDecode(part.getContentType()); in addOneAttachment()
286 String contentDisposition = MimeUtility.unfoldAndDecode(part.getContentType()); in addOneAttachment()
/packages/apps/Email/tests/src/com/android/email/
DLegacyConversionsTests.java330 String contentType = MimeUtility.unfoldAndDecode(expected.getContentType()); in checkAttachment()