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
852 + mConferenceParticipants); in getConferenceParticipants()
853 if (mConferenceParticipants == null) { in getConferenceParticipants()
856 if (mConferenceParticipants.isEmpty()) { in getConferenceParticipants()
859 return new ArrayList<ConferenceParticipant>(mConferenceParticipants); in getConferenceParticipants()
2018 mConferenceParticipants = parseConferenceState(state); in notifyConferenceStateUpdated()
2020 if (mConferenceParticipants != null && mListener != null) { in notifyConferenceStateUpdated()
2022 mListener.onConferenceParticipantsStateChanged(this, mConferenceParticipants); in notifyConferenceStateUpdated()
2283 if (mConferenceParticipants != null && !mConferenceParticipants.isEmpty()) { in processMergeComplete()
2284 mMergePeer.mConferenceParticipants = mConferenceParticipants; in processMergeComplete()
[all …]