Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java580 public void updateConferenceParticipants(List<ConferenceParticipant> conferenceParticipants) { in updateConferenceParticipants() argument
582 l.onConferenceParticipantsChanged(conferenceParticipants); in updateConferenceParticipants()
/frameworks/base/telecomm/java/android/telecom/
DConnection.java1421 List<ConferenceParticipant> conferenceParticipants) { in updateConferenceParticipants() argument
1423 l.onConferenceParticipantsChanged(this, conferenceParticipants); in updateConferenceParticipants()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1496 List<ConferenceParticipant> conferenceParticipants = new ArrayList<>(participants.size()); in notifyConferenceStateUpdated() local
1521 conferenceParticipants.add(conferenceParticipant); in notifyConferenceStateUpdated()
1524 if (!conferenceParticipants.isEmpty() && mListener != null) { in notifyConferenceStateUpdated()
1526 mListener.onConferenceParticipantsStateChanged(this, conferenceParticipants); in notifyConferenceStateUpdated()