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.aidl86 void setConferenceableConnections(String callId, in List<String> conferenceableCallIds); in setConferenceableConnections() method
/frameworks/base/telecomm/java/android/telecom/
DConnectionServiceAdapter.java383 void setConferenceableConnections(String callId, List<String> conferenceableCallIds) { in setConferenceableConnections() method in ConnectionServiceAdapter
DRemoteConference.java279 void setConferenceableConnections(List<RemoteConnection> conferenceableConnections) { in setConferenceableConnections() method in RemoteConference
DConference.java452 public final void setConferenceableConnections(List<Connection> conferenceableConnections) { in setConferenceableConnections() method in Conference
DRemoteConnection.java1315 void setConferenceableConnections(final List<RemoteConnection> conferenceableConnections) { in setConferenceableConnections() method in RemoteConnection
DConnection.java1766 public final void setConferenceableConnections(List<Connection> conferenceableConnections) { in setConferenceableConnections() method in Connection