Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/emailcommon/mail/
DMessageTestUtils.java93 public static BodyPart textPart(String mimeType, String text) throws MessagingException { in textPart() method in MessageTestUtils
95 final MimeBodyPart textPart = new MimeBodyPart(textBody); in textPart() local