HomeSort by relevance Sort by last modified time
    Searched defs:setConferenceableConnections (Results 1 - 7 of 7) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 347 void setConferenceableConnections(String callId, List<String> conferenceableCallIds) {
348 Log.v(this, "setConferenceableConnections: %s, %s", callId, conferenceableCallIds);
351 adapter.setConferenceableConnections(callId, conferenceableCallIds);
RemoteConference.java 140 void setConferenceableConnections(List<RemoteConnection> conferenceableConnections) {
Conference.java 345 public final void setConferenceableConnections(List<Connection> conferenceableConnections) {
RemoteConnection.java 942 void setConferenceableConnections(List<RemoteConnection> conferenceableConnections) {
    [all...]
Connection.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 598 public void setConferenceableConnections(
600 logIncoming("setConferenceableConnections %s %s", callId, conferenceableCallIds);
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 467 milliseconds