Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactEntryListAdapter.java738 Cursor cursor, int photoIdColumn, int photoUriColumn, int contactIdColumn, in bindQuickContact() argument
741 if (!cursor.isNull(photoIdColumn)) { in bindQuickContact()
742 photoId = cursor.getLong(photoIdColumn); in bindQuickContact()