java.lang.Object | |
↳ | android.provider.Telephony.MmsSms |
Contains all MMS and SMS messages.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Telephony.MmsSms.PendingMessages | Contains pending messages info. |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ERR_TYPE_GENERIC | Error type: generic transient error. | |||||||||
int | ERR_TYPE_GENERIC_PERMANENT | Error type: permanent error (along with all higher error values). | |||||||||
int | ERR_TYPE_MMS_PROTO_PERMANENT | Error type: MMS protocol permanent error. | |||||||||
int | ERR_TYPE_MMS_PROTO_TRANSIENT | Error type: MMS protocol transient error. | |||||||||
int | ERR_TYPE_SMS_PROTO_PERMANENT | Error type: SMS protocol permanent error. | |||||||||
int | ERR_TYPE_SMS_PROTO_TRANSIENT | Error type: SMS protocol transient error. | |||||||||
int | ERR_TYPE_TRANSPORT_FAILURE | Error type: transport failure. | |||||||||
int | MMS_PROTO | MMS protocol type. | |||||||||
int | NO_ERROR | Error type: no error. | |||||||||
int | SMS_PROTO | SMS protocol type. | |||||||||
String | TYPE_DISCRIMINATOR_COLUMN | The column to distinguish SMS and MMS messages in query results. |
[Expand]
Inherited Constants
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.provider.BaseColumns
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
CONTENT_CONVERSATIONS_URI |
The
content://
style URL for this table, by conversation.
|
|||||||||
|
CONTENT_DRAFT_URI |
The
content://
style URL for draft messages in this table.
|
|||||||||
|
CONTENT_FILTER_BYPHONE_URI |
The
content://
style URL for this table, by phone number.
|
|||||||||
|
CONTENT_LOCKED_URI |
The
content://
style URL for locked messages in this table.
|
|||||||||
|
CONTENT_UNDELIVERED_URI |
The
content://
style URL for undelivered messages in this table.
|
|||||||||
|
CONTENT_URI |
The
content://
style URL for this table.
|
|||||||||
|
SEARCH_URI | Pass in a query parameter called "pattern" which is the text to search for. |
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Error type: generic transient error.
Error type: permanent error (along with all higher error values).
Error type: MMS protocol permanent error.
Error type: MMS protocol transient error.
Error type: SMS protocol permanent error.
Error type: SMS protocol transient error.
Error type: transport failure.
MMS protocol type.
Error type: no error.
SMS protocol type.
The column to distinguish SMS and MMS messages in query results.
The
content://
style URL for this table, by conversation.
The
content://
style URL for draft messages in this table.
The
content://
style URL for this table, by phone number.
The
content://
style URL for locked messages in this table.
The
content://
style URL for undelivered messages in this table.
Pass in a query parameter called "pattern" which is the text to search for.
The sort order is fixed to be:
thread_id ASC, date DESC
.