Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactEntryListAdapter.java716 Cursor cursor, int photoIdColumn, int photoUriColumn, int contactIdColumn, in bindQuickContact() argument
731 if (photoId != 0 || photoUriColumn == -1) { in bindQuickContact()
735 final String photoUriString = cursor.getString(photoUriColumn); in bindQuickContact()