|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.provider.Telephony.MmsSms.PendingMessages
public static final class Telephony.MmsSms.PendingMessages
| Field Summary | |
|---|---|
static Uri |
CONTENT_URI
|
static String |
DUE_TIME
The time to do next retry. |
static String |
ERROR_CODE
The error code of sending/retrieving process. |
static String |
ERROR_TYPE
The type of the error code. |
static String |
LAST_TRY
The time we last tried to send or download the message. |
static String |
MSG_ID
The ID of the message to be sent or downloaded. |
static String |
MSG_TYPE
The type of the message to be sent or downloaded. |
static String |
PROTO_TYPE
The type of transport protocol(MMS or SMS). |
static String |
RETRY_INDEX
How many times we tried to send or download the message. |
| Fields inherited from interface android.provider.BaseColumns |
|---|
_COUNT, _ID |
| Constructor Summary | |
|---|---|
Telephony.MmsSms.PendingMessages()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Uri CONTENT_URI
public static final String PROTO_TYPE
Type: INTEGER
public static final String MSG_ID
Type: INTEGER
public static final String MSG_TYPE
public static final String ERROR_TYPE
Type: INTEGER
public static final String ERROR_CODE
Type: INTEGER
public static final String RETRY_INDEX
Type: INTEGER
public static final String DUE_TIME
public static final String LAST_TRY
| Constructor Detail |
|---|
public Telephony.MmsSms.PendingMessages()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||