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.java87 private List<ConferenceParticipant> mConferenceParticipants; field in ImsCall
806 + mConferenceParticipants); in getConferenceParticipants()
807 if (mConferenceParticipants == null) { in getConferenceParticipants()
810 if (mConferenceParticipants.isEmpty()) { in getConferenceParticipants()
813 return new ArrayList<ConferenceParticipant>(mConferenceParticipants); in getConferenceParticipants()
1919 mConferenceParticipants = parseConferenceState(state); in notifyConferenceStateUpdated()
1921 if (mConferenceParticipants != null && mListener != null) { in notifyConferenceStateUpdated()
1923 mListener.onConferenceParticipantsStateChanged(this, mConferenceParticipants); in notifyConferenceStateUpdated()
2184 if (mConferenceParticipants != null && !mConferenceParticipants.isEmpty()) { in processMergeComplete()
2185 mMergePeer.mConferenceParticipants = mConferenceParticipants; in processMergeComplete()
[all …]