Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DRemoteConference.java286 void setConferenceableConnections(List<RemoteConnection> conferenceableConnections) { in setConferenceableConnections() method in RemoteConference
DConnectionServiceAdapter.java436 void setConferenceableConnections(String callId, List<String> conferenceableCallIds) { in setConferenceableConnections() method in ConnectionServiceAdapter
DConference.java485 public final void setConferenceableConnections(List<Connection> conferenceableConnections) { in setConferenceableConnections() method in Conference
DRemoteConnection.java1550 void setConferenceableConnections(final List<RemoteConnection> conferenceableConnections) { in setConferenceableConnections() method in RemoteConnection
DConnection.java2783 public final void setConferenceableConnections(List<Connection> conferenceableConnections) { in setConferenceableConnections() method in Connection
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionServiceAdapter.aidl103 void setConferenceableConnections(String callId, in List<String> conferenceableCallIds, in setConferenceableConnections() method