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