Searched refs:cpList (Results 1 – 1 of 1) sorted by relevance
3141 List<ConferenceParticipant> cpList = imsCall.getConferenceParticipants(); in processCallStateChange() local3142 if (cpList != null) { in processCallStateChange()3143 for (ConferenceParticipant cp : cpList) { in processCallStateChange()