Searched refs:TestManagedConnection (Results 1 – 1 of 1) sorted by relevance
42 public final class TestManagedConnection extends Connection { class in TestConnectionManager151 TestManagedConnection(RemoteConnection remote, boolean isIncoming) { in TestManagedConnection() method in TestConnectionManager.TestManagedConnection278 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> mManagedConnectionByRemote371 ((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()