Searched defs:setConferenceableConnections (Results 1 - 5 of 5) sorted by last modified time

/frameworks/base/telecomm/java/android/telecom/
H A DConference.java345 public final void setConferenceableConnections(List<Connection> conferenceableConnections) { method in class:Conference
H A DConnection.java1095 public final void setConferenceableConnections(List<Connection> conferenceableConnections) { method in class:Connection
1110 * Similar to {@link #setConferenceableConnections(java.util.List)}, sets a list of connections
H A DConnectionServiceAdapter.java347 void setConferenceableConnections(String callId, List<String> conferenceableCallIds) { method in class:ConnectionServiceAdapter
348 Log.v(this, "setConferenceableConnections: %s, %s", callId, conferenceableCallIds);
351 adapter.setConferenceableConnections(callId, conferenceableCallIds);
H A DRemoteConference.java140 void setConferenceableConnections(List<RemoteConnection> conferenceableConnections) { method in class:RemoteConference
H A DRemoteConnection.java942 void setConferenceableConnections(List<RemoteConnection> conferenceableConnections) { method in class:RemoteConnection

Completed in 46 milliseconds