Searched refs:getPhotoId (Results 1 – 14 of 14) sorted by relevance
235 public long getPhotoId() { in getPhotoId() method in PhoneLookupInfoConsolidator238 return Math.max(Assert.isNotNull(firstDefaultCp2Contact).getPhotoId(), 0); in getPhotoId()240 return Math.max(Assert.isNotNull(firstExtendedCp2Contact).getPhotoId(), 0); in getPhotoId()
101 } else if (photoInfo.getPhotoId() != 0) { in buildRequest()103 requestManager.load(ContentUris.withAppendedId(Data.CONTENT_URI, photoInfo.getPhotoId())); in buildRequest()
125 getPhotoId(cursor), in onBindViewHolder()186 private static long getPhotoId(Cursor cursor) { in getPhotoId() method in ContactsAdapter
37 .setPhotoId(phoneLookupInfoConsolidator.getPhotoId()) in fromPhoneLookupInfo()
60 .setPhotoId(numberAttributes.getPhotoId()) in fromNumberAttributes()
89 .setPhotoId(contact.getPhotoId()) in getPhotoInfo()
156 contact.getPhotoId(), in updateContactInfo()
131 .withValue(Calls.CACHED_PHOTO_ID, numberAttributes.getPhotoId())
265 public long getPhotoId() { in getPhotoId() method in Contact
367 final long photoId = contactData.getPhotoId(); in loadThumbnailBinaryData()
320 public long getPhotoId() { in getPhotoId() method in Contact
555 final long photoId = contactData.getPhotoId(); in loadThumbnailBinaryData()
601 contact.getPhotoId(), in updateContactInfo()
1575 contactData.getPhotoId()); in dataItemToEntry()2184 mContactData.getPhotoId()); in getEditContactIntent()