Searched refs:INDEX_FULL_NAME (Results 1 – 2 of 2) sorted by relevance
82 public static final int INDEX_FULL_NAME = 6; field in ParticipantData.ParticipantsQuery133 pd.mFullName = cursor.getString(ParticipantsQuery.INDEX_FULL_NAME); in getFromCursor()
121 final String currentName = cursor.getString(ParticipantsQuery.INDEX_FULL_NAME); in verifyParticipant()