Searched refs:mSockets (Results 1 – 1 of 1) sorted by relevance
1051 private Set<Socket> mSockets = new HashSet<Socket>(); field in CtsTestServer.ServerThread1184 mSockets.add(socket); in run()1231 for (Socket socket : mSockets) { in shutDownOnClientThread()1276 ServerThread.this.mSockets.remove(mSocket); in run()