Searched refs:mProfilePhotoUri (Results 1 – 1 of 1) sorted by relevance
117 private String mProfilePhotoUri; field in ParticipantData141 pd.mProfilePhotoUri = cursor.getString(ParticipantsQuery.INDEX_PROFILE_PHOTO_URI); in getFromCursor()188 pd.mProfilePhotoUri = (recipientEntry.getPhotoThumbnailUri() == null) ? null : in getFromRecipientEntry()216 pd.mProfilePhotoUri = null; in getFromRawPhone()282 pd.mProfilePhotoUri = null; in getSelfParticipant()382 return mProfilePhotoUri; in getProfilePhotoUri()443 mProfilePhotoUri = profilePhotoUri; in setProfilePhotoUri()540 values.put(ParticipantColumns.PROFILE_PHOTO_URI, mProfilePhotoUri); in toContentValues()558 mProfilePhotoUri = in.readString(); in ParticipantData()582 dest.writeString(mProfilePhotoUri); in writeToParcel()