Lines Matching refs:body

211          * The body of the message.
214 public static final String BODY = "body";
334 * @param body the body of the message
343 Uri uri, String address, String body, String subject,
346 resolver, uri, address, body, subject, date, read, deliveryReport, -1L);
355 * @param body the body of the message
365 Uri uri, String address, String body, String subject,
367 return addMessageToUri(subId, resolver, uri, address, body, subject,
377 * @param body the body of the message
387 Uri uri, String address, String body, String subject,
390 resolver, uri, address, body, subject,
400 * @param body the body of the message
411 Uri uri, String address, String body, String subject,
423 values.put(BODY, body);
519 * @param body the body of the message
527 String address, String body, String subject, Long date,
530 resolver, CONTENT_URI, address, body, subject, date, read, false);
538 * @param body the body of the message
547 String address, String body, String subject, Long date, boolean read) {
548 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
580 * @param body the body of the message
587 String address, String body, String subject, Long date) {
589 resolver, CONTENT_URI, address, body, subject, date, true, false);
597 * @param body the body of the message
605 String address, String body, String subject, Long date) {
606 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
632 String address, String body, String subject, Long date) {
634 resolver, CONTENT_URI, address, body, subject, date, true, false);
642 * @param body the body of the message
650 String address, String body, String subject, Long date) {
651 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
688 * @param body the body of the message
696 String address, String body, String subject, Long date,
699 resolver, CONTENT_URI, address, body, subject, date,
708 * @param body the body of the message
717 String address, String body, String subject, Long date,
719 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
748 * The first 45 characters of the body of the message.
2908 * Message body.
2911 public static final String MESSAGE_BODY = "body";