Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DMultiSelectEntryContactListAdapter.java168 final int photoIdColumn, final int lookUpKeyColumn, final int displayNameColumn) { in bindPhoto() argument
169 final long photoId = cursor.isNull(photoIdColumn) in bindPhoto()
170 ? 0 : cursor.getLong(photoIdColumn); in bindPhoto()
DContactEntryListAdapter.java707 Cursor cursor, int photoIdColumn, int photoUriColumn, int contactIdColumn, in bindQuickContact() argument
710 if (!cursor.isNull(photoIdColumn)) { in bindQuickContact()
711 photoId = cursor.getLong(photoIdColumn); in bindQuickContact()