Searched refs:PROFILE_PHOTO_URI (Results 1 – 6 of 6) sorted by relevance
67 ParticipantColumns.PROFILE_PHOTO_URI,506 values.put(ParticipantColumns.PROFILE_PHOTO_URI, mProfilePhotoUri); in toContentValues()
762 + DatabaseHelper.PARTICIPANTS_TABLE + '.' + ParticipantColumns.PROFILE_PHOTO_URI831 static final String SENDER_PROFILE_PHOTO_URI = ParticipantColumns.PROFILE_PHOTO_URI;
420 public static final String PROFILE_PHOTO_URI = "profile_photo_uri"; field in DatabaseHelper.ParticipantColumns454 + ParticipantColumns.PROFILE_PHOTO_URI + " TEXT, "
611 values.put(ParticipantColumns.PROFILE_PHOTO_URI, participantData.getProfilePhotoUri()); in updateParticipant()
89 values.put(ParticipantColumns.PROFILE_PHOTO_URI, photoUrl); in addParticipant()
190 ParticipantColumns.PROFILE_PHOTO_URI, in getConversationParticipantsCursor()