Searched refs:setConferenceableConnections (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionService.java89 connection.setConferenceableConnections(conferenceable);
338 public final void setConferenceableConnections(String callId,
348 findConnectionForAction(callId, "setConferenceableConnections")
349 .setConferenceableConnections(conferenceable);
351 findConferenceForAction(callId, "setConferenceableConnections")
352 .setConferenceableConnections(conferenceable);
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 DConnectionServiceAdapterServant.java240 mDelegate.setConferenceableConnections((String) args.arg1,
504 public final void setConferenceableConnections(String connectionId,
H A DRemoteConference.java278 void setConferenceableConnections(List<RemoteConnection> conferenceableConnections) { method in class:RemoteConference
H A DConference.java458 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 DConnectionService.java1055 mAdapter.setConferenceableConnections(
1247 mAdapter.setConferenceableConnections(
H A DConnection.java2314 public final void setConferenceableConnections(List<Connection> conferenceableConnections) { method in class:Connection
2329 * Similar to {@link #setConferenceableConnections(java.util.List)}, sets a list of connections
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionServiceAdapter.aidl95 void setConferenceableConnections(String callId, in List<String> conferenceableCallIds,

Completed in 81 milliseconds