Searched defs:photoUriColumn (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactEntryListAdapter.java709 * @param photoUriColumn Index of the photo uri column. Optional: Can be -1
715 Cursor cursor, int photoIdColumn, int photoUriColumn, int contactIdColumn,
726 if (photoId != 0 || photoUriColumn == -1) {
730 final String photoUriString = cursor.getString(photoUriColumn);
714 bindQuickContact(final ContactListItemView view, int partitionIndex, Cursor cursor, int photoIdColumn, int photoUriColumn, int contactIdColumn, int lookUpKeyColumn, int displayNameColumn) argument

Completed in 66 milliseconds