android.provider
Class Telephony.MmsSms
java.lang.Object
android.provider.Telephony.MmsSms
- All Implemented Interfaces:
- BaseColumns
- Enclosing class:
- Telephony
public static final class Telephony.MmsSms
- extends Object
- implements BaseColumns
Contains all MMS and SMS messages.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_DISCRIMINATOR_COLUMN
public static final String TYPE_DISCRIMINATOR_COLUMN
- The column to distinguish SMS & MMS messages in query results.
- See Also:
- Constant Field Values
CONTENT_URI
public static final Uri CONTENT_URI
CONTENT_CONVERSATIONS_URI
public static final Uri CONTENT_CONVERSATIONS_URI
CONTENT_FILTER_BYPHONE_URI
public static final Uri CONTENT_FILTER_BYPHONE_URI
CONTENT_UNDELIVERED_URI
public static final Uri CONTENT_UNDELIVERED_URI
CONTENT_DRAFT_URI
public static final Uri CONTENT_DRAFT_URI
SMS_PROTO
public static final int SMS_PROTO
- See Also:
- Constant Field Values
MMS_PROTO
public static final int MMS_PROTO
- See Also:
- Constant Field Values
NO_ERROR
public static final int NO_ERROR
- See Also:
- Constant Field Values
ERR_TYPE_GENERIC
public static final int ERR_TYPE_GENERIC
- See Also:
- Constant Field Values
ERR_TYPE_SMS_PROTO_TRANSIENT
public static final int ERR_TYPE_SMS_PROTO_TRANSIENT
- See Also:
- Constant Field Values
ERR_TYPE_MMS_PROTO_TRANSIENT
public static final int ERR_TYPE_MMS_PROTO_TRANSIENT
- See Also:
- Constant Field Values
ERR_TYPE_TRANSPORT_FAILURE
public static final int ERR_TYPE_TRANSPORT_FAILURE
- See Also:
- Constant Field Values
ERR_TYPE_GENERIC_PERMANENT
public static final int ERR_TYPE_GENERIC_PERMANENT
- See Also:
- Constant Field Values
ERR_TYPE_SMS_PROTO_PERMANENT
public static final int ERR_TYPE_SMS_PROTO_PERMANENT
- See Also:
- Constant Field Values
ERR_TYPE_MMS_PROTO_PERMANENT
public static final int ERR_TYPE_MMS_PROTO_PERMANENT
- See Also:
- Constant Field Values
Telephony.MmsSms
public Telephony.MmsSms()
Please submit a feedback, bug or feature