Searched refs:photoIdColumn (Results 1 – 2 of 2) sorted by relevance
168 final int photoIdColumn, final int lookUpKeyColumn, final int displayNameColumn) { in bindPhoto() argument169 final long photoId = cursor.isNull(photoIdColumn) in bindPhoto()170 ? 0 : cursor.getLong(photoIdColumn); in bindPhoto()
707 Cursor cursor, int photoIdColumn, int photoUriColumn, int contactIdColumn, in bindQuickContact() argument710 if (!cursor.isNull(photoIdColumn)) { in bindQuickContact()711 photoId = cursor.getLong(photoIdColumn); in bindQuickContact()