Home
last modified time | relevance | path

Searched refs:ServerThread (Results 1 – 1 of 1) sorted by relevance

/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java143 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 CtsTestServer
1132 ServerThread(CtsTestServer server, @SslMode int sslMode, InputStream key, in ServerThread() method in CtsTestServer.ServerThread
1276 ServerThread.this.mSockets.remove(mSocket); in run()