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.java88 private List<ConferenceParticipant> mConferenceParticipants; field in ImsCall
807 + mConferenceParticipants); in getConferenceParticipants()
808 if (mConferenceParticipants == null) { in getConferenceParticipants()
811 if (mConferenceParticipants.isEmpty()) { in getConferenceParticipants()
814 return new ArrayList<ConferenceParticipant>(mConferenceParticipants); in getConferenceParticipants()
1920 mConferenceParticipants = parseConferenceState(state); in notifyConferenceStateUpdated()
1922 if (mConferenceParticipants != null && mListener != null) { in notifyConferenceStateUpdated()
1924 mListener.onConferenceParticipantsStateChanged(this, mConferenceParticipants); in notifyConferenceStateUpdated()
2185 if (mConferenceParticipants != null && !mConferenceParticipants.isEmpty()) { in processMergeComplete()
2186 mMergePeer.mConferenceParticipants = mConferenceParticipants; in processMergeComplete()
[all …]