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