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

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

Completed in 73 milliseconds