Home | History | Annotate | Download | only in provider

Lines Matching defs:SUBJECT

121          * The subject of the message, if present
124 public static final String SUBJECT = "subject";
207 * @param subject the psuedo-subject of the message
214 Uri uri, String address, String body, String subject,
216 return addMessageToUri(resolver, uri, address, body, subject,
227 * @param subject the psuedo-subject of the message
235 Uri uri, String address, String body, String subject,
244 values.put(SUBJECT, subject);
333 * @param subject the psuedo-subject of the message
339 String address, String body, String subject, Long date,
342 subject, date, read, false);
367 * @param subject the psuedo-subject of the message
372 String address, String body, String subject, Long date) {
374 subject, date, true, false);
399 * @param subject the psuedo-subject of the message
404 String address, String body, String subject, Long date) {
406 subject, date, true, false);
447 * @param subject the psuedo-subject of the message
453 subject, Long date,
456 subject, date, true, deliveryReport, threadId);
673 * The subject of the message, if present.
676 public static final String SUBJECT = "sub";
679 * The character set of the subject, if present.
1186 * Given the recipients list and subject of an unsaved message,
1556 * The extra field to store the 'Subject'.
1558 public static final String EXTRA_SUBJECT = "subject";