Home
last modified time | relevance | path

Searched refs:getConnectionService (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DRemoteConnectionManager.java77 if (a.getConnectionService() == b.getConnectionService()) { in conferenceRemoteConnections()
79 a.getConnectionService().conference(a.getId(), b.getId()); in conferenceRemoteConnections()
84 a.getConnectionService(), a.getId(), in conferenceRemoteConnections()
85 b.getConnectionService(), b.getId()); in conferenceRemoteConnections()
DRemoteConnection.java1009 IConnectionService getConnectionService() { in getConnectionService() method in RemoteConnection
DConnection.java1619 public final ConnectionService getConnectionService() { in getConnectionService() method in Connection