Searched refs:conferenceableCallIds (Results 1 – 2 of 2) sorted by relevance
198 List<String> conferenceableCallIds = new ArrayList<String>(conferenceableCalls.size()); in toParcelableCall() local200 conferenceableCallIds.add(otherCall.getId()); in toParcelableCall()248 .setConferenceableCallIds(conferenceableCallIds) in toParcelableCall()
823 public void setConferenceableConnections(String callId, List<String> conferenceableCallIds, in setConferenceableConnections() argument833 conferenceableCallIds); in setConferenceableConnections()835 new ArrayList<>(conferenceableCallIds.size()); in setConferenceableConnections()836 for (String otherId : conferenceableCallIds) { in setConferenceableConnections()