Searched refs:participant (Results 1 – 2 of 2) sorted by relevance
767 Bundle participant = new Bundle(); in createConferenceParticipant() local769 participant.putString(ImsConferenceState.STATUS, status); in createConferenceParticipant()770 participant.putString(ImsConferenceState.USER, user); in createConferenceParticipant()771 participant.putString(ImsConferenceState.ENDPOINT, endpoint); in createConferenceParticipant()772 participant.putString(ImsConferenceState.DISPLAY_TEXT, displayText); in createConferenceParticipant()773 participant.putInt(ImsConferenceState.SIP_STATUS_CODE, sipStatusCode); in createConferenceParticipant()774 return participant; in createConferenceParticipant()
384 Person participant = new Person.Builder().setName("sender").build();386 .addMessage("text", 0, participant)387 .addMessage(new Message("text 2", 0, participant));