Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListAdapter.java637 Cursor cursor, int photoIdColumn, int photoUriColumn, int contactIdColumn, in bindQuickContact() argument
640 if (!cursor.isNull(photoIdColumn)) { in bindQuickContact()
641 photoId = cursor.getLong(photoIdColumn); in bindQuickContact()