Searched refs:photoUriColumn (Results 1 – 3 of 3) sorted by relevance
707 Cursor cursor, int photoIdColumn, int photoUriColumn, int contactIdColumn, in bindQuickContact() argument724 if (photoId != 0 || photoUriColumn == -1) { in bindQuickContact()728 final String photoUriString = cursor.getString(photoUriColumn); in bindQuickContact()
202 int photoUriColumn = cursor.getColumnIndexOrThrow(Contacts.PHOTO_URI); in saveCursorToCache() local234 final String photoUri = cursor.getString(photoUriColumn); in saveCursorToCache()
305 int photoUriColumn = cursor.getColumnIndex(PhoneLookup.PHOTO_URI); in getPhoneNumberInfo() local311 photoUriString = cursor.getString(photoUriColumn); in getPhoneNumberInfo()