Home
last modified time | relevance | path

Searched defs:result1 (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/mail/internet/
DMimeUtilityTest.java141 String result1 = MimeUtility.unfold(SHORT_PLAIN); in testEfficientUnfoldAndDecode() local
156 String result1 = MimeUtility.decode(SHORT_UNICODE_ENCODED); in testDecodeSimple() local
166 String result1 = MimeUtility.unfoldAndDecode(SHORT_UNICODE_ENCODED); in testUnfoldAndDecodeSimple() local
175 String result1 = MimeUtility.unfoldAndDecode(CALENDAR_SUBJECT_UNICODE); in testComplexDecode() local
195 String result1 = MimeUtility.foldAndEncode(SHORT_PLAIN); in testEfficientFoldAndEncode() local
208 String result1 = MimeUtility.foldAndEncode2(PADDED2_UNICODE, 0); in testPaddingOfFoldAndEncode2() local
223 String result1 = MimeUtility.foldAndEncode2(SHORT_UNICODE, 10); in testFoldAndEncode2() local
245 String result1 = MimeUtility.foldAndEncode2(SHORT_SUPPLEMENTAL, "Subject: ".length()); in testFoldAndEncode2Supplemental() local