HomeSort by relevance Sort by last modified time
    Searched refs:getPhotoThumbnailUri (Results 1 - 6 of 6) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ContactListItemData.java 109 public Uri getPhotoThumbnailUri() {
110 return mRecipientEntry.getPhotoThumbnailUri() == null ? null :
111 mRecipientEntry.getPhotoThumbnailUri();
ParticipantData.java 182 pd.mProfilePhotoUri = (recipientEntry.getPhotoThumbnailUri() == null) ? null :
183 recipientEntry.getPhotoThumbnailUri().toString();
  /frameworks/opt/chips/src/com/android/ex/chips/
DefaultPhotoManager.java 65 final Uri photoThumbnailUri = entry.getPhotoThumbnailUri();
RecipientAlternatesAdapter.java 328 if ((entry1.getPhotoThumbnailUri() != null || entry1.getPhotoBytes() != null)
329 && (entry2.getPhotoThumbnailUri() == null && entry2.getPhotoBytes() == null)) {
333 if ((entry2.getPhotoThumbnailUri() != null || entry2.getPhotoBytes() != null)
334 && (entry1.getPhotoThumbnailUri() == null && entry1.getPhotoBytes() == null)) {
RecipientEntry.java 283 public Uri getPhotoThumbnailUri() {
DropdownChipLayouter.java 261 Uri thumbnailUri = entry.getPhotoThumbnailUri();

Completed in 206 milliseconds