Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java111 mManagedConnectionByRemote.remove(mRemote);
120 if (mManagedConnectionByRemote.containsKey(remote)) {
121 c.add(mManagedConnectionByRemote.get(remote));
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 field in TestConnectionManager
381 return mManagedConnectionByRemote; in getManagedConnectionByRemote()
389 mManagedConnectionByRemote.put(remote, local); in makeConnection()