public static class Contacts.People.Extensions
extends Object
implements BaseColumns, Contacts.ExtensionsColumns
java.lang.Object | |
↳ | android.provider.Contacts.People.Extensions |
This class was deprecated in API level 5.
see ContactsContract
The extensions for a person
Constants |
|
---|---|
String |
CONTENT_DIRECTORY This constant was deprecated in API level 5. see |
String |
DEFAULT_SORT_ORDER This constant was deprecated in API level 5. see |
String |
PERSON_ID This constant was deprecated in API level 5. see |
Inherited constants |
---|
![]() android.provider.BaseColumns
|
![]() android.provider.Contacts.ExtensionsColumns
|
Inherited methods |
|
---|---|
![]() java.lang.Object
|
String CONTENT_DIRECTORY
This constant was deprecated in API level 5.
see ContactsContract
The directory twig for this sub-table
Constant Value: "extensions"
String DEFAULT_SORT_ORDER
This constant was deprecated in API level 5.
see ContactsContract
The default sort order for this table
Constant Value: "name ASC"
String PERSON_ID
This constant was deprecated in API level 5.
see ContactsContract
The ID of the person this phone number is assigned to.
Type: INTEGER (long)
Constant Value: "person"