Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java95 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants); in onConferenceParticipantsChanged() method
122 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged() method in Connection.ListenerBase
928 l.onConferenceParticipantsChanged(conferenceParticipants); in updateConferenceParticipants()
/frameworks/base/telecomm/java/android/telecom/
DConnection.java794 public void onConferenceParticipantsChanged(Connection c, in onConferenceParticipantsChanged() method in Connection.Listener
2952 l.onConferenceParticipantsChanged(this, conferenceParticipants); in updateConferenceParticipants()