Searched defs:setBody (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DMultimediaMessagePdu.java70 public void setBody(PduBody body) { method in class:MultimediaMessagePdu
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DMultimediaMessagePdu.java72 public void setBody(PduBody body) { method in class:MultimediaMessagePdu
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
H A DPart.java49 public void setBody(Body body) throws MessagingException; method in interface:Part
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
H A DEntity.java92 public void setBody(Body body) { method in class:Entity
/packages/services/Telephony/src/com/android/phone/common/mail/
H A DPart.java48 public void setBody(Body body) throws MessagingException; method in interface:Part
/packages/apps/Email/tests/src/com/android/emailcommon/mail/
H A DMessageTestUtils.java42 * .setBody(new MultipartBuilder("multipart/mixed")
162 bp.setBody(this.build());
188 public MessageBuilder setBody(final Body body) { method in class:MessageTestUtils.MessageBuilder
204 msg.setBody(mBody);
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
H A DMimeBodyPart.java56 setBody(body);
89 public void setBody(Body body) throws MessagingException { method in class:MimeBodyPart
H A DMimeMessage.java401 public void setBody(Body body) throws MessagingException { method in class:MimeMessage
560 ((Part)stack.peek()).setBody(m);
602 e.setBody(multiPart);
614 ((Part)stack.peek()).setBody(body);
/packages/services/Telephony/src/com/android/phone/common/mail/internet/
H A DMimeBodyPart.java55 setBody(body);
88 public void setBody(Body body) throws MessagingException { method in class:MimeBodyPart
H A DMimeMessage.java400 public void setBody(Body body) throws MessagingException { method in class:MimeMessage
559 ((Part)stack.peek()).setBody(m);
601 e.setBody(multiPart);
613 ((Part)stack.peek()).setBody(body);
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java758 composeActivity.setBody(wearReply, false);
1534 setBody(body, false /* withSignature */);
1629 setBody(bodyText, false);
1695 setBody(value, true /* with signature */);
1705 setBody((text != null) ? text : "", true /* with signature */);
1777 return ""; // Default to empty string so setText/setBody has same behavior as before.
1827 setBody(decodeContentFromQueryParam(body.get(0)), true /* with signature */);
3603 setBody(text, withSignature);
3614 public void setBody(CharSequence text, boolean withSignature) { method in class:ComposeActivity
3656 setBody(bodyTex
[all...]

Completed in 508 milliseconds