Searched refs:conferenceableCallIds (Results 1 – 2 of 2) sorted by relevance
200 List<String> conferenceableCallIds = new ArrayList<String>(conferenceableCalls.size()); in toParcelableCall() local202 conferenceableCallIds.add(otherCall.getId()); in toParcelableCall()250 .setConferenceableCallIds(conferenceableCallIds) in toParcelableCall()
834 public void setConferenceableConnections(String callId, List<String> conferenceableCallIds, in setConferenceableConnections() argument844 conferenceableCallIds); in setConferenceableConnections()846 new ArrayList<>(conferenceableCallIds.size()); in setConferenceableConnections()847 for (String otherId : conferenceableCallIds) { in setConferenceableConnections()