Home
last modified time | relevance | path

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

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