Searched defs:conferenceableCallIds (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceWrapper.java626 String callId, List<String> conferenceableCallIds) {
635 conferenceableCallIds);
637 new ArrayList<>(conferenceableCallIds.size());
638 for (String otherId : conferenceableCallIds) {
625 setConferenceableConnections( String callId, List<String> conferenceableCallIds) argument

Completed in 68 milliseconds