Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListAdapter.java68 private static final String[] FILTER_PROJECTION_PRIMARY = new String[] { field in ContactListAdapter.ContactQuery
402 return ContactQuery.FILTER_PROJECTION_PRIMARY; in getProjection()
422 return replaceFirstString(ContactQuery.FILTER_PROJECTION_PRIMARY); in getDataProjectionForContacts()