Searched refs:ServerThread (Results 1 – 1 of 1) sorted by relevance
143 private ServerThread mServerThread;244 mServerThread = new ServerThread(this, mSsl, null, null); in CtsTestServer()246 mServerThread = new ServerThread(this, mSsl, mResources.openRawResource(keyResId), in CtsTestServer()1042 private static class ServerThread extends Thread { class in CtsTestServer1132 ServerThread(CtsTestServer server, @SslMode int sslMode, InputStream key, in ServerThread() method in CtsTestServer.ServerThread1276 ServerThread.this.mSockets.remove(mSocket); in run()