Home | History | Annotate | Download | only in provider

Lines Matching defs:SUBJECT

199          * The subject of the message, if present.
202 public static final String SUBJECT = "subject";
307 * @param subject the pseudo-subject of the message
315 Uri uri, String address, String body, String subject,
317 return addMessageToUri(resolver, uri, address, body, subject,
328 * @param subject the pseudo-subject of the message
337 Uri uri, String address, String body, String subject,
346 values.put(SUBJECT, subject);
444 * @param subjectsubject of the message
451 String address, String body, String subject, Long date,
454 subject, date, read, false);
486 * @param subject the pseudo-subject of the message
492 String address, String body, String subject, Long date) {
494 subject, date, true, false);
549 * @param subject the pseudo-subject of the message
556 String address, String body, String subject, Long date,
559 subject, date, true, deliveryReport, threadId);
958 * Does the message have only a text part (can also have a subject) with
971 * The subject of the message, if present.
974 public static final String SUBJECT = "sub";
977 * The character set of the subject, if present.
1587 * Given the recipients list and subject of an unsaved message,