Searched refs:mConnectionThreads (Results 1 – 1 of 1) sorted by relevance
48 private final ConcurrentHashMap<Integer, ConnectionThread> mConnectionThreads = field in SimpleServer121 mConnectionThreads.remove(this.UID); in run()140 return mConnectionThreads.size(); in getNumberOfConnections()307 mConnectionThreads.put(mUID, networkThread); in startConnectionThread()315 Log.d("keys: "+mConnectionThreads.keySet().toString()); in startConnectionThread()316 if(!mConnectionThreads.containsKey(uid)) { in startConnectionThread()322 mConnectionThreads.put(uid, networkThread); in startConnectionThread()339 mConnectionThreads.put(0, networkThread); in startConnectionThread()360 for (ConnectionThread connectionThread : mConnectionThreads.values()) { in shutdown()