Lines Matching refs:body

207          * The body of the message.
210 public static final String BODY = "body";
330 * @param body the body of the message
339 Uri uri, String address, String body, String subject,
342 resolver, uri, address, body, subject, date, read, deliveryReport, -1L);
351 * @param body the body of the message
361 Uri uri, String address, String body, String subject,
363 return addMessageToUri(subId, resolver, uri, address, body, subject,
373 * @param body the body of the message
383 Uri uri, String address, String body, String subject,
386 resolver, uri, address, body, subject,
396 * @param body the body of the message
407 Uri uri, String address, String body, String subject,
419 values.put(BODY, body);
515 * @param body the body of the message
523 String address, String body, String subject, Long date,
526 resolver, CONTENT_URI, address, body, subject, date, read, false);
534 * @param body the body of the message
543 String address, String body, String subject, Long date, boolean read) {
544 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
576 * @param body the body of the message
583 String address, String body, String subject, Long date) {
585 resolver, CONTENT_URI, address, body, subject, date, true, false);
593 * @param body the body of the message
601 String address, String body, String subject, Long date) {
602 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
628 String address, String body, String subject, Long date) {
630 resolver, CONTENT_URI, address, body, subject, date, true, false);
638 * @param body the body of the message
646 String address, String body, String subject, Long date) {
647 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
684 * @param body the body of the message
692 String address, String body, String subject, Long date,
695 resolver, CONTENT_URI, address, body, subject, date,
704 * @param body the body of the message
713 String address, String body, String subject, Long date,
715 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
744 * The first 45 characters of the body of the message.
2801 * Message body.
2804 public static final String MESSAGE_BODY = "body";