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

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListWithDisappearingItemBug.java24 import android.provider.Contacts.People;
47 Cursor c = getContentResolver().query(People.CONTENT_URI, null, null, null, null);
56 new String[] {People.NAME} ,
H A DListManagedCursor.java24 import android.provider.Contacts.People;
48 new String[] {People.NAME} ,
/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...]
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabasePerformanceTests.java26 import android.provider.Contacts.People;
150 Contacts.People._ID, // 0
151 Contacts.People.PRIMARY_PHONE_ID, // 1
152 Contacts.People.TYPE, // 2
153 Contacts.People.NUMBER, // 3
154 Contacts.People.LABEL, // 4
155 Contacts.People.NAME, // 5
156 Contacts.People.PRESENCE_STATUS, // 6
162 mCursor = c.getContentResolver().query(People.CONTENT_URI, PEOPLE_PROJECTION, null,
163 null, People
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java182 phoneColumn = Contacts.People.Phones.NUMBER;

Completed in 1527 milliseconds