Searched refs:FULL_NAME (Results 1 – 7 of 7) sorted by relevance
417 public static final String FULL_NAME = "full_name"; field in DatabaseHelper.ParticipantColumns455 + ParticipantColumns.FULL_NAME + " TEXT,"
43 + DatabaseHelper.PARTICIPANTS_TABLE + '.' + ParticipantColumns.FULL_NAME
609 values.put(ParticipantColumns.FULL_NAME, participantData.getFullName()); in updateParticipant()
71 ParticipantColumns.FULL_NAME,536 values.put(ParticipantColumns.FULL_NAME, mFullName); in toContentValues()
756 + DatabaseHelper.PARTICIPANTS_TABLE + '.' + ParticipantColumns.FULL_NAME828 static final String SENDER_FULL_NAME = ParticipantColumns.FULL_NAME;
88 values.put(ParticipantColumns.FULL_NAME, name); in addParticipant()
188 ParticipantColumns.FULL_NAME, in getConversationParticipantsCursor()