Lines Matching refs:read

94  * <p>Other apps that are not selected as the default SMS app can only <em>read</em> the SMS
99 * read special incoming messages such as to perform phone number verification.</p>
101 * <p>For more information about building SMS apps, read the blog post, <a
173 * Has the message been read?
176 public static final String READ = "read";
265 * This column is read-only. It is set by the provider and can not be changed by apps.
333 * @param read true if the message has been read, false if not
340 Long date, boolean read, boolean deliveryReport) {
342 resolver, uri, address, body, subject, date, read, deliveryReport, -1L);
354 * @param read true if the message has been read, false if not
362 Long date, boolean read, boolean deliveryReport) {
364 date, read, deliveryReport, -1L);
376 * @param read true if the message has been read, false if not
384 Long date, boolean read, boolean deliveryReport, long threadId) {
387 date, read, deliveryReport, threadId);
399 * @param read true if the message has been read, false if not
408 Long date, boolean read, boolean deliveryReport, long threadId) {
417 values.put(READ, read ? Integer.valueOf(1) : Integer.valueOf(0));
518 * @param read true if the message has been read, false if not
524 boolean read) {
526 resolver, CONTENT_URI, address, body, subject, date, read, false);
537 * @param read true if the message has been read, false if not
543 String address, String body, String subject, Long date, boolean read) {
545 subject, date, read, false);
1068 * @param intent the intent to read from
1135 * Has the message been read?
1138 public static final String READ = "read";
1221 * The {@code read-report} of the message.
1227 * Is read report allowed?
1269 * The {@code read-status} of the message.
1657 * This column is read-only. It is set by the provider and can not be changed by apps.
1702 * Indicates whether all messages of the thread have been read.
1705 public static final String READ = "read";
2749 public static final String MESSAGE_READ = "read";