Searched refs:body2 (Results 1 – 3 of 3) sorted by relevance
/packages/apps/UnifiedEmail/tests/src/com/android/emailcommon/mail/ |
D | AddressUnitTests.java | 96 final String body2 = "=?UTF-8?B?Foobar?==?"; in testEncodedWords() local 97 DecoderUtil.decodeEncodedWords(body2); in testEncodedWords() 105 final String body2 = "=?Foobar"; in testEncodedWord() local 106 DecoderUtil.decodeEncodedWord(body2, 0, body2.length()); in testEncodedWord()
|
/packages/apps/Email/tests/src/com/android/email/provider/ |
D | ProviderTests.java | 444 Body body2 = loadBodyForMessageId(message2Id); in testMessageSave() local 445 assertEquals("body text", text2, body2.mTextContent); in testMessageSave() 446 assertEquals("body html", html2, body2.mHtmlContent); in testMessageSave() 447 assertEquals("source key", sourceKey2, body2.mSourceKey); in testMessageSave() 728 Body body2 = loadBodyForMessageId(message2Id); in testUpdateBodyWithMessageId() local 729 assertNotNull(body2); in testUpdateBodyWithMessageId() 730 assertTrue(!body2.mTextContent.equals(textContent)); in testUpdateBodyWithMessageId() 732 body2 = loadBodyForMessageId(message1Id); in testUpdateBodyWithMessageId() 733 assertNotNull(body2); in testUpdateBodyWithMessageId() 734 assertEquals(body2.mTextContent, textContent); in testUpdateBodyWithMessageId() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | GestureTrailDrawingPoints.java | 204 final float body2 = r2 * params.mTrailBodyRatio; in drawGestureTrailLocked() local 205 final Path path = roundedLine.makePath(p1x, p1y, body1, p2x, p2y, body2); in drawGestureTrailLocked()
|