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