Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java42 public final class TestManagedConnection extends Connection { class in TestConnectionManager
151 TestManagedConnection(RemoteConnection remote, boolean isIncoming) { in TestManagedConnection() method in TestConnectionManager.TestManagedConnection
278 TestManagedConnection c = mManagedConnectionByRemote.get(connection);
290 TestManagedConnection c = mManagedConnectionByRemote.get(connection);
337 TestManagedConnection c = mManagedConnectionByRemote.get(r); in TestManagedConference()
351 private final Map<RemoteConnection, TestManagedConnection> mManagedConnectionByRemote
371 ((TestManagedConnection) a).mRemote, in onConference()
372 ((TestManagedConnection) b).mRemote); in onConference()
380 Map<RemoteConnection, TestManagedConnection> getManagedConnectionByRemote() { in getManagedConnectionByRemote()
388 TestManagedConnection local = new TestManagedConnection(remote, false); in makeConnection()