Home | History | Annotate | Download | only in telecom

Lines Matching defs:mConferenceableConnections

638     private final List<RemoteConnection> mConferenceableConnections = new ArrayList<>();
640 Collections.unmodifiableList(mConferenceableConnections);
1428 mConferenceableConnections.clear();
1429 mConferenceableConnections.addAll(conferenceableConnections);