Searched refs:getProfilePhotoUri (Results 1 – 3 of 3) sorted by relevance
150 final String photoUriString = participant.getProfilePhotoUri(); in createAvatarUri()201 !TextUtils.isEmpty(participantData.getProfilePhotoUri())); in createAvatarUri()
496 final String currentPhotoUri = participantData.getProfilePhotoUri(); in refreshFromContacts()611 values.put(ParticipantColumns.PROFILE_PHOTO_URI, participantData.getProfilePhotoUri()); in updateParticipant()
347 public String getProfilePhotoUri() { in getProfilePhotoUri() method in ParticipantData