to top
Android APIs
public static final class

Contacts.People.Phones

extends Object
implements BaseColumns Contacts.PeopleColumns Contacts.PhonesColumns
java.lang.Object
   ↳ android.provider.Contacts.People.Phones

This class is deprecated.
see ContactsContract

Class Overview

A sub directory of a single person that contains all of their Phones.

Summary

Constants
String CONTENT_DIRECTORY This constant is deprecated. see ContactsContract
String DEFAULT_SORT_ORDER 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
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONTENT_DIRECTORY

Since: API Level 1

This constant is deprecated.
see ContactsContract

The directory twig for this sub-table

Constant Value: "phones"

public static final String DEFAULT_SORT_ORDER

Since: API Level 1

This constant is deprecated.
see ContactsContract

The default sort order for this table

Constant Value: "number ASC"