Searched refs:INDEX_FIRST_NAME (Results 1 – 1 of 1) sorted by relevance
83 public static final int INDEX_FIRST_NAME = 7; field in ParticipantData.ParticipantsQuery134 pd.mFirstName = cursor.getString(ParticipantsQuery.INDEX_FIRST_NAME); in getFromCursor()