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()
101 return new ParticipantListItemData(ParticipantData.getFromCursor(cursor)); in createParticipantListItemData()
123 public static ParticipantData getFromCursor(final Cursor cursor) { in getFromCursor() method in ParticipantData156 return ParticipantData.getFromCursor(cursor); in getFromId()
127 final ParticipantData participant = ParticipantData.getFromCursor(cursor); in testGetOrCreateConversation()
270 ParticipantData.getFromCursor(cursor); in refreshParticipants()
952 participant = ParticipantData.getFromCursor(cursor); in getExistingParticipant()993 participants.add(ParticipantData.getFromCursor(cursor)); in getParticipantsForConversation()