Home
last modified time | relevance | path

Searched refs:CONTACT_PROJECTION_PRIMARY (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListAdapter.java43 private static final String[] CONTACT_PROJECTION_PRIMARY = new String[] { field in ContactListAdapter.ContactQuery
371 return ContactQuery.CONTACT_PROJECTION_PRIMARY; in getProjection()