HomeSort by relevance Sort by last modified time
    Searched refs:ServerThread (Results 1 - 8 of 8) sorted by null

  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java 170 ServerThread thread = new ServerThread();
204 ServerThread thread = new ServerThread();
241 ServerThread thread = new ServerThread();
255 thread = new ServerThread();
285 ServerThread thread = new ServerThread();
301 thread = new ServerThread();
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushServer.java 51 ServerThread mServerThread = null;
119 class ServerThread extends Thread {
180 mServerThread = new ServerThread();
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepServer.java 49 ServerThread mServerThread = null;
155 class ServerThread extends Thread {
251 mServerThread = new ServerThread();
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 102 Thread serverThread = new Thread(new Runnable() {
116 Thread thread = new Thread(new ServerThread(socket));
153 serverThread.start();
176 class ServerThread implements Runnable {
180 ServerThread(Support_Socket s) {
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldSocketChannelTest.java 291 ServerThread server = new ServerThread();
345 static class ServerThread extends Thread {
  /cts/tests/src/android/webkit/cts/
CtsTestServer.java 123 private ServerThread mServerThread;
176 mServerThread = new ServerThread(this, mSsl);
678 private static class ServerThread extends Thread {
738 public ServerThread(CtsTestServer server, boolean ssl) throws Exception {
739 super("ServerThread");
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SocketTest.java 59 private class ServerThread implements Runnable {
121 ServerThread server = new ServerThread();
123 Thread serverThread = new Thread(server);
124 serverThread.start();
131 serverThread.join();
382 connectTestImpl(ServerThread.FIRST_TIME);
383 connectTestImpl(ServerThread.SECOND_TIME);
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 65 class ServerThread extends Thread {
745 Slog.d(TAG, "System ServerThread is exiting!");
    [all...]

Completed in 269 milliseconds