Home | History | Annotate | Download | only in provider

Lines Matching defs:SUBJECT

124          * The subject of the message, if present
127 public static final String SUBJECT = "subject";
210 * @param subject the psuedo-subject of the message
217 Uri uri, String address, String body, String subject,
219 return addMessageToUri(resolver, uri, address, body, subject,
230 * @param subject the psuedo-subject of the message
238 Uri uri, String address, String body, String subject,
247 values.put(SUBJECT, subject);
336 * @param subject the psuedo-subject of the message
342 String address, String body, String subject, Long date,
345 subject, date, read, false);
370 * @param subject the psuedo-subject of the message
375 String address, String body, String subject, Long date) {
377 subject, date, true, false);
402 * @param subject the psuedo-subject of the message
407 String address, String body, String subject, Long date) {
409 subject, date, true, false);
450 * @param subject the psuedo-subject of the message
456 subject, Long date,
459 subject, date, true, deliveryReport, threadId);
746 * Indicates whether this message has only a text part (can also have a subject) and
758 * The subject of the message, if present.
761 public static final String SUBJECT = "sub";
764 * The character set of the subject, if present.
1270 * Given the recipients list and subject of an unsaved message,
1621 * The extra field to store the 'Subject'.
1623 public static final String EXTRA_SUBJECT = "subject";