Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/emailcommon/internet/
DMimeUtilityTest.java403 final String UNICODE_EXPECT = "This is some happy unicode text \u263a"; in testContentTypeCharset() local
406 TextBody tb = new TextBody(UNICODE_EXPECT); in testContentTypeCharset()
416 assertEquals(UNICODE_EXPECT, gotText); in testContentTypeCharset()
430 assertEquals(UNICODE_EXPECT, gotText); in testContentTypeCharset()
447 assertEquals(UNICODE_EXPECT, gotText); in testContentTypeCharset()