Home
last modified time | relevance | path

Searched defs:mConnectionById (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionService.java536 private final Map<String, RemoteConnection> mConnectionById = new HashMap<>(); field in RemoteConnectionService
H A DConnectionService.java213 private final Map<String, Connection> mConnectionById = new ConcurrentHashMap<>(); field in ConnectionService
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFixture.java499 public final Map<String, ConnectionInfo> mConnectionById = new HashMap<>(); field in ConnectionServiceFixture