Searched refs:getFromCursor (Results 1 – 7 of 7) sorted by relevance
47 final ParticipantData newParticipant = ParticipantData.getFromCursor(cursor); in bind()
50 final ParticipantData newParticipant = ParticipantData.getFromCursor(cursor); in bind()
123 public static ParticipantData getFromCursor(final Cursor cursor) { in getFromCursor() method in ParticipantData156 return ParticipantData.getFromCursor(cursor); in getFromId()
101 return new ParticipantListItemData(ParticipantData.getFromCursor(cursor)); in createParticipantListItemData()
132 final ParticipantData participant = ParticipantData.getFromCursor(cursor); in testGetOrCreateConversation()
270 ParticipantData.getFromCursor(cursor); in refreshParticipants()
957 participant = ParticipantData.getFromCursor(cursor); in getExistingParticipant()998 participants.add(ParticipantData.getFromCursor(cursor)); in getParticipantsForConversation()