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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestConnectionManager.java43 public final class TestManagedConnection extends Connection { class in class:TestConnectionManager
132 TestManagedConnection(RemoteConnection remote, boolean isIncoming) { method in class:TestConnectionManager.TestManagedConnection
234 TestManagedConnection c = mManagedConnectionByRemote.get(connection);
246 TestManagedConnection c = mManagedConnectionByRemote.get(connection);
293 TestManagedConnection c = mManagedConnectionByRemote.get(r);
307 private final Map<RemoteConnection, TestManagedConnection> mManagedConnectionByRemote
327 ((TestManagedConnection) a).mRemote,
328 ((TestManagedConnection) b).mRemote);
336 Map<RemoteConnection, TestManagedConnection> getManagedConnectionByRemote() {
344 TestManagedConnection loca
[all...]

Completed in 42 milliseconds