Searched refs:FULL_NAME (Results 1 – 7 of 7) sorted by relevance
65 ParticipantColumns.FULL_NAME,502 values.put(ParticipantColumns.FULL_NAME, mFullName); in toContentValues()
754 + DatabaseHelper.PARTICIPANTS_TABLE + '.' + ParticipantColumns.FULL_NAME826 static final String SENDER_FULL_NAME = ParticipantColumns.FULL_NAME;
414 public static final String FULL_NAME = "full_name"; field in DatabaseHelper.ParticipantColumns452 + ParticipantColumns.FULL_NAME + " TEXT,"
43 + DatabaseHelper.PARTICIPANTS_TABLE + '.' + ParticipantColumns.FULL_NAME
609 values.put(ParticipantColumns.FULL_NAME, participantData.getFullName()); in updateParticipant()
88 values.put(ParticipantColumns.FULL_NAME, name); in addParticipant()
188 ParticipantColumns.FULL_NAME, in getConversationParticipantsCursor()