HomeSort by relevance Sort by last modified time
    Searched defs:textPart (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
MessageTestUtils.java 46 * .addBodyPart(MessageTestUtils.textPart("text/html", text2 + text1))
93 public static BodyPart textPart(String mimeType, String text) throws MessagingException {
95 final MimeBodyPart textPart = new MimeBodyPart(textBody);
96 textPart.setHeader(MimeHeader.HEADER_CONTENT_TYPE, mimeType);
97 return textPart;
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 105 milliseconds