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

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapter.java398 void setConferenceableConnections(String callId, List<String> conferenceableCallIds) { method in class:ConnectionServiceAdapter
399 Log.v(this, "setConferenceableConnections: %s, %s", callId, conferenceableCallIds);
402 adapter.setConferenceableConnections(callId, conferenceableCallIds);
H A DRemoteConference.java278 void setConferenceableConnections(List<RemoteConnection> conferenceableConnections) { method in class:RemoteConference
H A DConference.java455 public final void setConferenceableConnections(List<Connection> conferenceableConnections) { method in class:Conference
H A DRemoteConnection.java1324 void setConferenceableConnections(final List<RemoteConnection> conferenceableConnections) { method in class:RemoteConnection
H A DConnection.java1983 public final void setConferenceableConnections(List<Connection> conferenceableConnections) { method in class:Connection
1998 * Similar to {@link #setConferenceableConnections(java.util.List)}, sets a list of connections

Completed in 68 milliseconds