Home | History | Annotate | Download | only in telecom

Lines Matching refs:conferenceableCallIds

1043         List<String> conferenceableCallIds = parcelableCall.getConferenceableCallIds();
1044 List<Call> conferenceableCalls = new ArrayList<Call>(conferenceableCallIds.size());
1045 for (String otherId : conferenceableCallIds) {