Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java90 private List<ConferenceParticipant> mConferenceParticipants; field in ImsCall
836 + mConferenceParticipants); in getConferenceParticipants()
837 if (mConferenceParticipants == null) { in getConferenceParticipants()
840 if (mConferenceParticipants.isEmpty()) { in getConferenceParticipants()
843 return new ArrayList<ConferenceParticipant>(mConferenceParticipants); in getConferenceParticipants()
1973 mConferenceParticipants = parseConferenceState(state); in notifyConferenceStateUpdated()
1975 if (mConferenceParticipants != null && mListener != null) { in notifyConferenceStateUpdated()
1977 mListener.onConferenceParticipantsStateChanged(this, mConferenceParticipants); in notifyConferenceStateUpdated()
2238 if (mConferenceParticipants != null && !mConferenceParticipants.isEmpty()) { in processMergeComplete()
2239 mMergePeer.mConferenceParticipants = mConferenceParticipants; in processMergeComplete()
[all …]