Lines Matching refs:date

92          * The date the message was received
95 public static final String DATE = "date";
98 * The date the message was sent
204 public static final String DEFAULT_SORT_ORDER = "date DESC";
214 * @param date the timestamp for the message
221 Long date, boolean read, boolean deliveryReport) {
223 date, read, deliveryReport, -1L);
234 * @param date the timestamp for the message
242 Long date, boolean read, boolean deliveryReport, long threadId) {
246 if (date != null) {
247 values.put(DATE, date);
331 public static final String DEFAULT_SORT_ORDER = "date DESC";
340 * @param date the timestamp for the message
345 String address, String body, String subject, Long date,
348 subject, date, read, false);
365 public static final String DEFAULT_SORT_ORDER = "date DESC";
374 * @param date the timestamp for the message
378 String address, String body, String subject, Long date) {
380 subject, date, true, false);
397 public static final String DEFAULT_SORT_ORDER = "date DESC";
406 * @param date the timestamp for the message
410 String address, String body, String subject, Long date) {
412 subject, date, true, false);
445 public static final String DEFAULT_SORT_ORDER = "date DESC";
454 * @param date the timestamp for the message
459 String address, String body, String subject, Long date,
462 subject, date, true, deliveryReport, threadId);
480 public static final String DEFAULT_SORT_ORDER = "date DESC";
719 * The date the message was received.
722 public static final String DATE = "date";
725 * The date the message was sent.
971 * The previously-sent-date of the message.
1189 * The date at which the thread was created.
1193 public static final String DATE = "date";
1335 public static final String DEFAULT_SORT_ORDER = "date DESC";
1435 public static final String DEFAULT_SORT_ORDER = "date DESC";
1451 public static final String DEFAULT_SORT_ORDER = "date DESC";
1467 public static final String DEFAULT_SORT_ORDER = "date DESC";
1483 public static final String DEFAULT_SORT_ORDER = "date DESC";
1672 * The sort order is fixed to be thread_id ASC,date DESC.
1906 public static final String DELIVERY_TIME = "date";