Searched defs:mConnectionById (Results 1 – 3 of 3) sorted by relevance
536 private final Map<String, RemoteConnection> mConnectionById = new HashMap<>(); field in RemoteConnectionService
213 private final Map<String, Connection> mConnectionById = new ConcurrentHashMap<>(); field in ConnectionService
499 public final Map<String, ConnectionInfo> mConnectionById = new HashMap<>(); field in ConnectionServiceFixture