|
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.Im.Messages
public static final class Im.Messages
This table contains messages.
| Field Summary | |
|---|---|
static String |
CONTENT_ITEM_TYPE
The MIME type of a CONTENT_URI subdirectory of a single
person. |
static String |
CONTENT_TYPE
The MIME type of CONTENT_URI providing a directory of
people. |
static Uri |
CONTENT_URI
The content:// style URL for this table |
static Uri |
CONTENT_URI_MESSAGES_BY
The content:// style URL for messages by provider and account |
static String |
DEFAULT_SORT_ORDER
The default sort order for this table |
| Fields inherited from interface android.provider.BaseColumns |
|---|
_COUNT, _ID |
| Fields inherited from interface android.provider.Im.MessagesColumns |
|---|
ACCOUNT, PROVIDER |
| Fields inherited from interface android.provider.Im.BaseMessageColumns |
|---|
BODY, CONTACT, DATE, ERROR_CODE, ERROR_MESSAGE, PACKET_ID, TYPE |
| Method Summary | |
|---|---|
static Uri |
getContentUriByContact(long providerId,
long accountId,
String username)
Gets the Uri to query messages by contact. |
| 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 Uri CONTENT_URI_MESSAGES_BY
public static final String CONTENT_TYPE
CONTENT_URI providing a directory of
people.
public static final String CONTENT_ITEM_TYPE
CONTENT_URI subdirectory of a single
person.
public static final String DEFAULT_SORT_ORDER
| Method Detail |
|---|
public static final Uri getContentUriByContact(long providerId,
long accountId,
String username)
providerId - the provider id of the contact.accountId - the account id of the contact.username - the user name of the contact.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||