public static final class Telephony.MmsSms extends Object implements BaseColumns
Modifier and Type | Class and Description |
---|---|
static class |
Telephony.MmsSms.PendingMessages
Contains pending messages info.
|
static class |
Telephony.MmsSms.WordsTable
Words table used by provider for full-text searches.
|
Modifier and Type | Field and Description |
---|---|
static Uri |
CONTENT_CONVERSATIONS_URI
The
content:// style URL for this table, by conversation. |
static Uri |
CONTENT_DRAFT_URI
The
content:// style URL for draft messages in this table. |
static Uri |
CONTENT_FILTER_BYPHONE_URI
The
content:// style URL for this table, by phone number. |
static Uri |
CONTENT_LOCKED_URI
The
content:// style URL for locked messages in this table. |
static Uri |
CONTENT_UNDELIVERED_URI
The
content:// style URL for undelivered messages in this table. |
static Uri |
CONTENT_URI
The
content:// style URL for this table. |
static int |
ERR_TYPE_GENERIC
Error type: generic transient error.
|
static int |
ERR_TYPE_GENERIC_PERMANENT
Error type: permanent error (along with all higher error values).
|
static int |
ERR_TYPE_MMS_PROTO_PERMANENT
Error type: MMS protocol permanent error.
|
static int |
ERR_TYPE_MMS_PROTO_TRANSIENT
Error type: MMS protocol transient error.
|
static int |
ERR_TYPE_SMS_PROTO_PERMANENT
Error type: SMS protocol permanent error.
|
static int |
ERR_TYPE_SMS_PROTO_TRANSIENT
Error type: SMS protocol transient error.
|
static int |
ERR_TYPE_TRANSPORT_FAILURE
Error type: transport failure.
|
static int |
MMS_PROTO
MMS protocol type.
|
static int |
NO_ERROR
Error type: no error.
|
static Uri |
SEARCH_URI
Pass in a query parameter called "pattern" which is the text to search for.
|
static int |
SMS_PROTO
SMS protocol type.
|
static String |
TYPE_DISCRIMINATOR_COLUMN
The column to distinguish SMS and MMS messages in query results.
|
_COUNT, _ID
public static final String TYPE_DISCRIMINATOR_COLUMN
public static final Uri CONTENT_URI
content://
style URL for this table.public static final Uri CONTENT_CONVERSATIONS_URI
content://
style URL for this table, by conversation.public static final Uri CONTENT_FILTER_BYPHONE_URI
content://
style URL for this table, by phone number.public static final Uri CONTENT_UNDELIVERED_URI
content://
style URL for undelivered messages in this table.public static final Uri CONTENT_DRAFT_URI
content://
style URL for draft messages in this table.public static final Uri CONTENT_LOCKED_URI
content://
style URL for locked messages in this table.public static final Uri SEARCH_URI
thread_id ASC, date DESC
.public static final int SMS_PROTO
public static final int MMS_PROTO
public static final int NO_ERROR
public static final int ERR_TYPE_GENERIC
public static final int ERR_TYPE_SMS_PROTO_TRANSIENT
public static final int ERR_TYPE_MMS_PROTO_TRANSIENT
public static final int ERR_TYPE_TRANSPORT_FAILURE
public static final int ERR_TYPE_GENERIC_PERMANENT
public static final int ERR_TYPE_SMS_PROTO_PERMANENT
public static final int ERR_TYPE_MMS_PROTO_PERMANENT