Home
last modified time | relevance | path

Searched defs:setConferenceableConnections (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionServiceAdapter.aidl84 void setConferenceableConnections(String callId, in List<String> conferenceableCallIds); in setConferenceableConnections() method
/frameworks/base/telecomm/java/android/telecom/
DConnectionServiceAdapter.java374 void setConferenceableConnections(String callId, List<String> conferenceableCallIds) { in setConferenceableConnections() method in ConnectionServiceAdapter
DRemoteConference.java247 void setConferenceableConnections(List<RemoteConnection> conferenceableConnections) { in setConferenceableConnections() method in RemoteConference
DConference.java389 public final void setConferenceableConnections(List<Connection> conferenceableConnections) { in setConferenceableConnections() method in Conference
DRemoteConnection.java1246 void setConferenceableConnections(final List<RemoteConnection> conferenceableConnections) { in setConferenceableConnections() method in RemoteConnection
DConnection.java1545 public final void setConferenceableConnections(List<Connection> conferenceableConnections) { in setConferenceableConnections() method in Connection