Home
last modified time | relevance | path

Searched refs:mProfilePhotoUri (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantData.java117 private String mProfilePhotoUri; field in ParticipantData
141 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()