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

/frameworks/base/core/java/android/provider/
H A DContacts.java236 * Columns from the People table that other tables join into themselves.
341 public static final class People implements BaseColumns, SyncConstValue, PeopleColumns, class in class:Contacts
347 private People() {} method in class:Contacts.People
412 public static final String DEFAULT_SORT_ORDER = People.NAME + " ASC";
562 Uri contactUri = resolver.insert(People.CONTENT_URI, values);
964 if (type != People.Phones.TYPE_CUSTOM) {
971 display = labels[People.Phones.TYPE_HOME - 1];
1402 if (type != People.ContactMethods.TYPE_CUSTOM) {
1419 if (type != People.ContactMethods.TYPE_CUSTOM) {
1644 case Contacts.People
[all...]

Completed in 166 milliseconds