Home
last modified time | relevance | path

Searched defs:newParticipant (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DSelfParticipantsData.java49 final ParticipantData newParticipant = ParticipantData.getFromCursor(cursor); in bind() local
50 mSelfParticipantMap.put(newParticipant.getId(), newParticipant); in bind() local
DConversationParticipantsData.java50 final ParticipantData newParticipant = ParticipantData.getFromCursor(cursor); in bind() local
54 mConversationParticipantsMap.put(newParticipant.getId(), newParticipant); in bind() local