Searched refs:newParticipant (Results 1 – 3 of 3) sorted by relevance
50 final ParticipantData newParticipant = ParticipantData.getFromCursor(cursor); in bind() local51 if (!newParticipant.isSelf()) { in bind()54 mConversationParticipantsMap.put(newParticipant.getId(), newParticipant); in bind() local
49 final ParticipantData newParticipant = ParticipantData.getFromCursor(cursor); in bind() local50 mSelfParticipantMap.put(newParticipant.getId(), newParticipant); in bind() local
1017 for (ConferenceParticipant newParticipant : newParticipants) { in handleConferenceParticipantsUpdate()1020 newParticipant.getHandle(), in handleConferenceParticipantsUpdate()1021 newParticipant.getEndpoint())); in handleConferenceParticipantsUpdate()1022 connection.updateState(newParticipant.getState()); in handleConferenceParticipantsUpdate()1027 if (newParticipant.getState() == Connection.STATE_DISCONNECTED) { in handleConferenceParticipantsUpdate()