Searched refs:FIRST_NAME (Results 1 – 7 of 7) sorted by relevance
37 ParticipantColumns.FIRST_NAME, 1) ); in testBindParticipants()
189 ParticipantColumns.FIRST_NAME, in getConversationParticipantsCursor()
66 ParticipantColumns.FIRST_NAME,503 values.put(ParticipantColumns.FIRST_NAME, mFirstName); in toContentValues()
756 + DatabaseHelper.PARTICIPANTS_TABLE + '.' + ParticipantColumns.FIRST_NAME827 static final String SENDER_FIRST_NAME = ParticipantColumns.FIRST_NAME;
331 + DatabaseHelper.PARTICIPANTS_TABLE + '.' + ParticipantColumns.FIRST_NAME
413 public static final String FIRST_NAME = "first_name"; field in DatabaseHelper.ParticipantColumns449 + ParticipantColumns.FIRST_NAME + " TEXT,"
610 values.put(ParticipantColumns.FIRST_NAME, participantData.getFirstName()); in updateParticipant()