public static final class Telephony.MmsSms extends Object implements BaseColumns
Modifier and Type | Class and Description |
---|---|
static class |
Telephony.MmsSms.PendingMessages |
static class |
Telephony.MmsSms.WordsTable |
Modifier and Type | Field and Description |
---|---|
static Uri |
CONTENT_CONVERSATIONS_URI |
static Uri |
CONTENT_DRAFT_URI |
static Uri |
CONTENT_FILTER_BYPHONE_URI |
static Uri |
CONTENT_LOCKED_URI |
static Uri |
CONTENT_UNDELIVERED_URI |
static Uri |
CONTENT_URI |
static int |
ERR_TYPE_GENERIC |
static int |
ERR_TYPE_GENERIC_PERMANENT |
static int |
ERR_TYPE_MMS_PROTO_PERMANENT |
static int |
ERR_TYPE_MMS_PROTO_TRANSIENT |
static int |
ERR_TYPE_SMS_PROTO_PERMANENT |
static int |
ERR_TYPE_SMS_PROTO_TRANSIENT |
static int |
ERR_TYPE_TRANSPORT_FAILURE |
static int |
MMS_PROTO |
static int |
NO_ERROR |
static Uri |
SEARCH_URI
Pass in a query parameter called "pattern" which is the text
to search for.
|
static int |
SMS_PROTO |
static String |
TYPE_DISCRIMINATOR_COLUMN
The column to distinguish SMS & MMS messages in query results.
|
_COUNT, _ID
Constructor and Description |
---|
Telephony.MmsSms() |
public static final String TYPE_DISCRIMINATOR_COLUMN
public static final Uri CONTENT_URI
public static final Uri CONTENT_CONVERSATIONS_URI
public static final Uri CONTENT_FILTER_BYPHONE_URI
public static final Uri CONTENT_UNDELIVERED_URI
public static final Uri CONTENT_DRAFT_URI
public static final Uri CONTENT_LOCKED_URI
public static final Uri SEARCH_URI
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