public static final class

Contacts.People.ContactMethods

extends Object
implements BaseColumns Contacts.ContactMethodsColumns Contacts.PeopleColumns
java.lang.Object
   ↳ android.provider.Contacts.People.ContactMethods

Class Overview

A subdirectory of a single person that contains all of their ContactMethods.

Summary

Constants
String CONTENT_DIRECTORY The directory twig for this sub-table
String DEFAULT_SORT_ORDER The default sort order for this table
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
From interface android.provider.Contacts.ContactMethodsColumns
From interface android.provider.Contacts.PeopleColumns
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONTENT_DIRECTORY

The directory twig for this sub-table

Constant Value: "contact_methods"

public static final String DEFAULT_SORT_ORDER

The default sort order for this table

Constant Value: "data ASC"