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 102 public Uri getPhotoThumbnailUri() {
103 return mRecipientEntry.getPhotoThumbnailUri() == null ? null :
104 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 326 if ((entry1.getPhotoThumbnailUri() != null || entry1.getPhotoBytes() != null)
327 && (entry2.getPhotoThumbnailUri() == null && entry2.getPhotoBytes() == null)) {
331 if ((entry2.getPhotoThumbnailUri() != null || entry2.getPhotoBytes() != null)
332 && (entry1.getPhotoThumbnailUri() == null && entry1.getPhotoBytes() == null)) {
RecipientEntry.java 226 public Uri getPhotoThumbnailUri() {
DropdownChipLayouter.java 223 Uri thumbnailUri = entry.getPhotoThumbnailUri();

Completed in 614 milliseconds