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

/frameworks/base/core/java/android/provider/
H A DContacts.java237 * Columns from the People table that other tables join into themselves.
342 public static final class People implements BaseColumns, PeopleColumns, class in class:Contacts
349 private People() {} method in class:Contacts.People
414 public static final String DEFAULT_SORT_ORDER = People.NAME + " ASC";
554 Uri contactUri = resolver.insert(People.CONTENT_URI, values);
957 if (type != People.Phones.TYPE_CUSTOM) {
964 display = labels[People.Phones.TYPE_HOME - 1];
1395 if (type != People.ContactMethods.TYPE_CUSTOM) {
1412 if (type != People.ContactMethods.TYPE_CUSTOM) {
1637 case Contacts.People
[all...]

Completed in 62 milliseconds