java.lang.Object | |
↳ | android.provider.Contacts.ContactMethods |
This table stores all non-phone contact methods and a reference to the person that the contact method belongs to.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CONTENT_EMAIL_ITEM_TYPE | The MIME type of a CONTENT_URI sub-directory of a single KIND_EMAIL entry. | |||||||||
String | CONTENT_EMAIL_TYPE | The MIME type of a CONTENT_EMAIL_URI sub-directory of\ multiple KIND_EMAIL entries. | |||||||||
Uri | CONTENT_EMAIL_URI | The content:// style URL for sub-directory of e-mail addresses. | |||||||||
String | CONTENT_IM_ITEM_TYPE | The MIME type of a CONTENT_URI sub-directory of a single KIND_IM entry. | |||||||||
String | CONTENT_POSTAL_ITEM_TYPE | The MIME type of a CONTENT_URI sub-directory of a single KIND_POSTAL entry. | |||||||||
String | CONTENT_POSTAL_TYPE | The MIME type of a CONTENT_EMAIL_URI sub-directory of\ multiple KIND_POSTAL entries. | |||||||||
String | CONTENT_TYPE | The MIME type of CONTENT_URI providing a directory of phones. | |||||||||
Uri | CONTENT_URI | The content:// style URL for this table | |||||||||
String | DEFAULT_SORT_ORDER | The default sort order for this table | |||||||||
String | PERSON_ID | The ID of the person this contact method is assigned to. | |||||||||
String | POSTAL_LOCATION_LATITUDE | The column with latitude data for postal locations
Type: REAL |
|||||||||
String | POSTAL_LOCATION_LONGITUDE | The column with longitude data for postal locations
Type: REAL |
|||||||||
int | PROTOCOL_AIM | The predefined IM protocol types. | |||||||||
int | PROTOCOL_GOOGLE_TALK | ||||||||||
int | PROTOCOL_ICQ | ||||||||||
int | PROTOCOL_JABBER | ||||||||||
int | PROTOCOL_MSN | ||||||||||
int | PROTOCOL_QQ | ||||||||||
int | PROTOCOL_SKYPE | ||||||||||
int | PROTOCOL_YAHOO |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.provider.BaseColumns
| |||||||||||
From interface
android.provider.Contacts.ContactMethodsColumns
| |||||||||||
From interface
android.provider.Contacts.PeopleColumns
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add a longitude and latitude location to a postal address.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
The MIME type of a CONTENT_URI sub-directory of a single KIND_EMAIL entry.
The MIME type of a CONTENT_EMAIL_URI sub-directory of\ multiple KIND_EMAIL entries.
The content:// style URL for sub-directory of e-mail addresses.
The MIME type of a CONTENT_URI sub-directory of a single KIND_IM entry.
The MIME type of a CONTENT_URI sub-directory of a single KIND_POSTAL entry.
The MIME type of a CONTENT_EMAIL_URI sub-directory of\ multiple KIND_POSTAL entries.
The MIME type of CONTENT_URI providing a directory of phones.
The content:// style URL for this table
The default sort order for this table
The ID of the person this contact method is assigned to.
Type: INTEGER (long)
The column with latitude data for postal locations
Type: REAL
The column with longitude data for postal locations
Type: REAL
Add a longitude and latitude location to a postal address.
context | the context to use when updating the database |
---|---|
postalId | the address to update |
latitude | the latitude for the address |
longitude | the longitude for the address |