Lines Matching refs:body
212 * The body of the message.
215 public static final String BODY = "body";
335 * @param body the body of the message
344 Uri uri, String address, String body, String subject,
347 resolver, uri, address, body, subject, date, read, deliveryReport, -1L);
356 * @param body the body of the message
366 Uri uri, String address, String body, String subject,
368 return addMessageToUri(subId, resolver, uri, address, body, subject,
378 * @param body the body of the message
388 Uri uri, String address, String body, String subject,
391 resolver, uri, address, body, subject,
401 * @param body the body of the message
412 Uri uri, String address, String body, String subject,
424 values.put(BODY, body);
520 * @param body the body of the message
528 String address, String body, String subject, Long date,
531 resolver, CONTENT_URI, address, body, subject, date, read, false);
539 * @param body the body of the message
548 String address, String body, String subject, Long date, boolean read) {
549 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
581 * @param body the body of the message
588 String address, String body, String subject, Long date) {
590 resolver, CONTENT_URI, address, body, subject, date, true, false);
598 * @param body the body of the message
606 String address, String body, String subject, Long date) {
607 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
633 String address, String body, String subject, Long date) {
635 resolver, CONTENT_URI, address, body, subject, date, true, false);
643 * @param body the body of the message
651 String address, String body, String subject, Long date) {
652 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
689 * @param body the body of the message
697 String address, String body, String subject, Long date,
700 resolver, CONTENT_URI, address, body, subject, date,
709 * @param body the body of the message
718 String address, String body, String subject, Long date,
720 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
749 * The first 45 characters of the body of the message.
3004 * Message body.
3007 public static final String MESSAGE_BODY = "body";