Searched refs:mProfilePhotoUri (Results 1 – 1 of 1) sorted by relevance
111 private String mProfilePhotoUri; field in ParticipantData135 pd.mProfilePhotoUri = cursor.getString(ParticipantsQuery.INDEX_PROFILE_PHOTO_URI); in getFromCursor()182 pd.mProfilePhotoUri = (recipientEntry.getPhotoThumbnailUri() == null) ? null : in getFromRecipientEntry()210 pd.mProfilePhotoUri = null; in getFromRawPhone()276 pd.mProfilePhotoUri = null; in getSelfParticipant()348 return mProfilePhotoUri; in getProfilePhotoUri()409 mProfilePhotoUri = profilePhotoUri; in setProfilePhotoUri()506 values.put(ParticipantColumns.PROFILE_PHOTO_URI, mProfilePhotoUri); in toContentValues()524 mProfilePhotoUri = in.readString(); in ParticipantData()548 dest.writeString(mProfilePhotoUri); in writeToParcel()