java.lang.Object | |
↳ | android.provider.Contacts.ContactMethods |
This class is deprecated.
see ContactsContract
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 |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | CONTENT_EMAIL_TYPE |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | CONTENT_IM_ITEM_TYPE |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | CONTENT_POSTAL_ITEM_TYPE |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | CONTENT_POSTAL_TYPE |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | CONTENT_TYPE |
This constant is deprecated.
see ContactsContract
phones.
|
|||||||||
String | DEFAULT_SORT_ORDER |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | PERSON_ID |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | POSTAL_LOCATION_LATITUDE |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | POSTAL_LOCATION_LONGITUDE |
This constant is deprecated.
see ContactsContract
|
|||||||||
int | PROTOCOL_AIM |
This constant is deprecated.
see ContactsContract
|
|||||||||
int | PROTOCOL_GOOGLE_TALK |
This constant is deprecated.
see ContactsContract
|
|||||||||
int | PROTOCOL_ICQ |
This constant is deprecated.
see ContactsContract
|
|||||||||
int | PROTOCOL_JABBER |
This constant is deprecated.
see ContactsContract
|
|||||||||
int | PROTOCOL_MSN |
This constant is deprecated.
see ContactsContract
|
|||||||||
int | PROTOCOL_QQ |
This constant is deprecated.
see ContactsContract
|
|||||||||
int | PROTOCOL_SKYPE |
This constant is deprecated.
see ContactsContract
|
|||||||||
int | PROTOCOL_YAHOO |
This constant is deprecated.
see ContactsContract
|
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.provider.BaseColumns
| |||||||||||
From interface
android.provider.Contacts.ContactMethodsColumns
| |||||||||||
From interface
android.provider.Contacts.PeopleColumns
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CONTENT_EMAIL_URI |
This field is deprecated.
see ContactsContract
|
||||||||||
CONTENT_URI |
This field is deprecated.
see ContactsContract
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
see
ContactsContract
| |||||||||||
This method is deprecated.
see
ContactsContract
| |||||||||||
This method is deprecated.
see
ContactsContract
| |||||||||||
This method is deprecated.
see
ContactsContract
| |||||||||||
This method is deprecated.
see
ContactsContract
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
This constant is deprecated.
see ContactsContract
The MIME type of a CONTENT_URI
sub-directory of a single
KIND_EMAIL
entry.
This constant is deprecated.
see ContactsContract
The MIME type of a CONTENT_EMAIL_URI
sub-directory of
multiple KIND_EMAIL
entries.
This constant is deprecated.
see ContactsContract
The MIME type of a CONTENT_URI
sub-directory of a single
KIND_IM
entry.
This constant is deprecated.
see ContactsContract
The MIME type of a CONTENT_URI
sub-directory of a single
KIND_POSTAL
entry.
This constant is deprecated.
see ContactsContract
The MIME type of a CONTENT_EMAIL_URI
sub-directory of
multiple KIND_POSTAL
entries.
This constant is deprecated.
see ContactsContract
phones.
The MIME type of CONTENT_URI
providing a directory of
This constant is deprecated.
see ContactsContract
The default sort order for this table
This constant is deprecated.
see ContactsContract
The ID of the person this contact method is assigned to.
Type: INTEGER (long)
This constant is deprecated.
see ContactsContract
The column with latitude data for postal locations
Type: REAL
This constant is deprecated.
see ContactsContract
The column with longitude data for postal locations
Type: REAL
This constant is deprecated.
see ContactsContract
The predefined IM protocol types. The protocol can either be non-present, one
of these types, or a free-form string. These cases are encoded in the AUX_DATA
column as:
- null
- pre:
This field is deprecated.
see ContactsContract
The content:// style URL for sub-directory of e-mail addresses.
This method is deprecated.
see ContactsContract
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 |