Searched defs:People (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DContacts.java235 * Columns from the People table that other tables join into themselves.
340 public static final class People implements BaseColumns, PeopleColumns, class in class:Contacts
346 private People() {} method in class:Contacts.People
411 public static final String DEFAULT_SORT_ORDER = People.NAME + " ASC";
561 Uri contactUri = resolver.insert(People.CONTENT_URI, values);
963 if (type != People.Phones.TYPE_CUSTOM) {
970 display = labels[People.Phones.TYPE_HOME - 1];
1401 if (type != People.ContactMethods.TYPE_CUSTOM) {
1418 if (type != People.ContactMethods.TYPE_CUSTOM) {
1643 case Contacts.People
[all...]

Completed in 27 milliseconds