Home
last modified time | relevance | path

Searched refs:getFromCursor (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DSelfParticipantsData.java47 final ParticipantData newParticipant = ParticipantData.getFromCursor(cursor); in bind()
DConversationParticipantsData.java50 final ParticipantData newParticipant = ParticipantData.getFromCursor(cursor); in bind()
DParticipantData.java123 public static ParticipantData getFromCursor(final Cursor cursor) { in getFromCursor() method in ParticipantData
156 return ParticipantData.getFromCursor(cursor); in getFromId()
DBlockedParticipantsData.java101 return new ParticipantListItemData(ParticipantData.getFromCursor(cursor)); in createParticipantListItemData()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DGetOrCreateConversationActionTest.java132 final ParticipantData participant = ParticipantData.getFromCursor(cursor); in testGetOrCreateConversation()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DParticipantRefresh.java270 ParticipantData.getFromCursor(cursor); in refreshParticipants()
DBugleDatabaseOperations.java957 participant = ParticipantData.getFromCursor(cursor); in getExistingParticipant()
998 participants.add(ParticipantData.getFromCursor(cursor)); in getParticipantsForConversation()