Home
last modified time | relevance | path

Searched refs:conferenceParticipants (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java1386 public void updateConferenceParticipants(List<ConferenceParticipant> conferenceParticipants) { in updateConferenceParticipants() argument
1388 l.onConferenceParticipantsChanged(conferenceParticipants); in updateConferenceParticipants()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java2037 List<ConferenceParticipant> conferenceParticipants = new ArrayList<>(participants.size()); in parseConferenceState() local
2066 conferenceParticipants.add(conferenceParticipant); in parseConferenceState()
2069 return conferenceParticipants; in parseConferenceState()