Lines Matching refs:read

99  * <p>Other apps that are not selected as the default SMS app can only <em>read</em> the SMS
104 * read special incoming messages such as to perform phone number verification.</p>
106 * <p>For more information about building SMS apps, read the blog post, <a
178 * Has the message been read?
181 public static final String READ = "read";
270 * This column is read-only. It is set by the provider and can not be changed by apps.
338 * @param read true if the message has been read, false if not
345 Long date, boolean read, boolean deliveryReport) {
347 resolver, uri, address, body, subject, date, read, deliveryReport, -1L);
359 * @param read true if the message has been read, false if not
367 Long date, boolean read, boolean deliveryReport) {
369 date, read, deliveryReport, -1L);
381 * @param read true if the message has been read, false if not
389 Long date, boolean read, boolean deliveryReport, long threadId) {
392 date, read, deliveryReport, threadId);
404 * @param read true if the message has been read, false if not
413 Long date, boolean read, boolean deliveryReport, long threadId) {
422 values.put(READ, read ? Integer.valueOf(1) : Integer.valueOf(0));
523 * @param read true if the message has been read, false if not
529 boolean read) {
531 resolver, CONTENT_URI, address, body, subject, date, read, false);
542 * @param read true if the message has been read, false if not
548 String address, String body, String subject, Long date, boolean read) {
550 subject, date, read, false);
1157 * @param intent the intent to read from
1260 * Has the message been read?
1263 public static final String READ = "read";
1346 * The {@code read-report} of the message.
1352 * Is read report allowed?
1394 * The {@code read-status} of the message.
1782 * This column is read-only. It is set by the provider and can not be changed by apps.
1827 * Indicates whether all messages of the thread have been read.
1830 public static final String READ = "read";
3019 public static final String MESSAGE_READ = "read";