java.lang.Object | |
↳ | android.provider.Contacts.Phones |
This class is deprecated.
see ContactsContract
This table stores phone numbers and a reference to the person that the contact method belongs to. Phone numbers are stored separately from other contact methods to make caller ID lookup more efficient.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CONTENT_ITEM_TYPE |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | CONTENT_TYPE |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | DEFAULT_SORT_ORDER |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | PERSON_ID |
This constant is deprecated.
see ContactsContract
|
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.provider.BaseColumns
| |||||||||||
From interface
android.provider.Contacts.PeopleColumns
| |||||||||||
From interface
android.provider.Contacts.PhonesColumns
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CONTENT_FILTER_URL |
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
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
This constant is deprecated.
see ContactsContract
The MIME type of a CONTENT_URI
subdirectory of a single
phone.
This constant is deprecated.
see ContactsContract
The MIME type of CONTENT_URI
providing a directory of
phones.
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 phone number is assigned to.
Type: INTEGER (long)