Searched refs:conferenceableCallIds (Results 1 – 2 of 2) sorted by relevance
114 List<String> conferenceableCallIds = new ArrayList<String>(conferenceableCalls.size()); in toParcelableCall() local116 conferenceableCallIds.add(otherCall.getId()); in toParcelableCall()139 conferenceableCallIds, in toParcelableCall()
583 String callId, List<String> conferenceableCallIds) { in setConferenceableConnections() argument589 conferenceableCallIds); in setConferenceableConnections()593 new ArrayList<>(conferenceableCallIds.size()); in setConferenceableConnections()594 for (String otherId : conferenceableCallIds) { in setConferenceableConnections()