|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Telephony.TextBasedSmsColumns
Base columns for tables that contain text based SMSs.
| Field Summary | |
|---|---|
static String |
ADDRESS
The address of the other party |
static String |
BODY
The body of the message |
static String |
DATE
The date the message was sent |
static int |
MESSAGE_TYPE_ALL
|
static int |
MESSAGE_TYPE_DRAFT
|
static int |
MESSAGE_TYPE_FAILED
|
static int |
MESSAGE_TYPE_INBOX
|
static int |
MESSAGE_TYPE_OUTBOX
|
static int |
MESSAGE_TYPE_QUEUED
|
static int |
MESSAGE_TYPE_SENT
|
static String |
PERSON
The id of the sender of the conversation, if present |
static String |
PERSON_ID
The person ID of the sender |
static String |
PROTOCOL
The protocol identifier code |
static String |
READ
Has the message been read |
static String |
REPLY_PATH_PRESENT
Whether the TP-Reply-Path bit was set on this message |
static String |
SERVICE_CENTER
The service center (SC) through which to send the message, if present |
static String |
STATUS
The TP-Status value for the message, or -1 if no status has been received |
static int |
STATUS_COMPLETE
|
static int |
STATUS_FAILED
|
static int |
STATUS_NONE
|
static int |
STATUS_PENDING
|
static String |
SUBJECT
The subject of the message, if present |
static String |
THREAD_ID
The thread ID of the message |
static String |
TYPE
The type of the message |
| Field Detail |
|---|
static final String TYPE
Type: INTEGER
static final int MESSAGE_TYPE_ALL
static final int MESSAGE_TYPE_INBOX
static final int MESSAGE_TYPE_SENT
static final int MESSAGE_TYPE_DRAFT
static final int MESSAGE_TYPE_OUTBOX
static final int MESSAGE_TYPE_FAILED
static final int MESSAGE_TYPE_QUEUED
static final String THREAD_ID
Type: INTEGER
static final String ADDRESS
Type: TEXT
static final String PERSON_ID
Type: INTEGER (long)
static final String DATE
Type: INTEGER (long)
static final String READ
Type: INTEGER (boolean)
static final String STATUS
static final int STATUS_NONE
static final int STATUS_COMPLETE
static final int STATUS_PENDING
static final int STATUS_FAILED
static final String SUBJECT
Type: TEXT
static final String BODY
Type: TEXT
static final String PERSON
Type: INTEGER (reference to item in content://contacts/people)
static final String PROTOCOL
Type: INTEGER
static final String REPLY_PATH_PRESENT
TP-Reply-Path bit was set on this message
Type: BOOLEAN
static final String SERVICE_CENTER
Type: TEXT
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||