Home | History | Annotate | Download | only in provider

Lines Matching defs:Sms

176      * Contains all text based SMS messages.
178 public static final class Sms implements BaseColumns, TextBasedSmsColumns {
193 Uri.parse("content://sms");
201 * Add an SMS to the given URI.
221 * Add an SMS to the given URI with thread_id specified.
313 * Contains all text based SMS messages in the SMS app's inbox.
320 Uri.parse("content://sms/inbox");
328 * Add an SMS to the Draft box.
347 * Contains all sent text based SMS messages in the SMS app's.
354 Uri.parse("content://sms/sent");
362 * Add an SMS to the Draft box.
379 * Contains all sent text based SMS messages in the SMS app's.
386 Uri.parse("content://sms/draft");
394 * Add an SMS to the Draft box.
427 * Contains all pending outgoing text based SMS messages.
434 Uri.parse("content://sms/outbox");
442 * Add an SMS to the Out box.
461 * Contains all sent text-based SMS messages in the SMS app's.
469 Uri.parse("content://sms/conversations");
490 * Contains info about SMS related Intents that are broadcast.
519 * Broadcast Action: A new text based SMS message has been received
539 * Broadcast Action: A new data based SMS message has been received
619 * Broadcast Action: The SIM storage for SMS messages is full. If
628 * Broadcast Action: An incoming SMS has been rejected by the
1123 * SMS."
1127 * An address used in MMS or SMS. Email addresses are
1137 * Columns for the "threads" table used by MMS and SMS.
1194 * Helper functions for the "threads" table used by MMS and SMS.
1200 "content://mms-sms/threadID");
1215 * getOrCreateThreadId. It's convenient for use with SMS
1613 * Contains all MMS and SMS messages.
1617 * The column to distinguish SMS & MMS messages in query results.
1622 public static final Uri CONTENT_URI = Uri.parse("content://mms-sms/");
1625 "content://mms-sms/conversations");
1628 "content://mms-sms/messages/byphone");
1631 "content://mms-sms/undelivered");
1634 "content://mms-sms/draft");
1637 "content://mms-sms/locked");
1645 "content://mms-sms/search");
1665 * The type of transport protocol(MMS or SMS).