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

  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeMultipart.java 19 import com.android.emailcommon.mail.BodyPart;
94 BodyPart bodyPart = mParts.get(i);
97 bodyPart.writeTo(out);
MimeMessage.java 21 import com.android.emailcommon.mail.BodyPart;
630 final MimeBodyPart bodyPart = new MimeBodyPart();
631 ((MimeMultipart)stack.peek()).addBodyPart(bodyPart);
632 stack.push(bodyPart);
640 expect(BodyPart.class);
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
MessageTestUtils.java 77 public static BodyPart bodyPart(String mimeType, String contentId) throws MessagingException {
93 public static BodyPart textPart(String mimeType, String text) throws MessagingException {
104 * Multipart or BodyPart which contains accepted BodyParts. Usually combined with other
109 private final ArrayList<BodyPart> mParts = new ArrayList<BodyPart>();
131 * Modifier method to add BodyPart to intended Multipart.
133 * @param bodyPart BodyPart to be added
136 public MultipartBuilder addBodyPart(final BodyPart bodyPart)
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
Message.java 208 BodyPart bodyPart = new BodyPart();
209 ((Multipart) stack.peek()).addBodyPart(bodyPart);
210 stack.push(bodyPart);
217 expect(BodyPart.class);
  /prebuilts/devtools/tools/lib/
httpmime-4.1.jar 
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 

Completed in 392 milliseconds