Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListAdapter.java422 return replaceFirstString(ContactQuery.FILTER_PROJECTION_PRIMARY); in getDataProjectionForContacts()
424 return replaceFirstString(ContactQuery.FILTER_PROJECTION_ALTERNATIVE); in getDataProjectionForContacts()
428 return replaceFirstString(ContactQuery.CONTACT_PROJECTION_PRIMARY); in getDataProjectionForContacts()
430 return replaceFirstString(ContactQuery.CONTACT_PROJECTION_ALTERNATIVE); in getDataProjectionForContacts()
439 private String[] replaceFirstString(String[] sourceProjection) { in replaceFirstString() method in ContactListAdapter