Home
last modified time | relevance | path

Searched refs:newParticipant (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationParticipantsData.java50 final ParticipantData newParticipant = ParticipantData.getFromCursor(cursor); in bind() local
51 if (!newParticipant.isSelf()) { in bind()
54 mConversationParticipantsMap.put(newParticipant.getId(), newParticipant); in bind() local
DSelfParticipantsData.java47 final ParticipantData newParticipant = ParticipantData.getFromCursor(cursor); in bind() local
48 mSelfParticipantMap.put(newParticipant.getId(), newParticipant); in bind() local
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java674 for (ConferenceParticipant newParticipant : newParticipants) { in handleConferenceParticipantsUpdate()
677 newParticipant.getHandle(), in handleConferenceParticipantsUpdate()
678 newParticipant.getEndpoint())); in handleConferenceParticipantsUpdate()
679 connection.updateState(newParticipant.getState()); in handleConferenceParticipantsUpdate()