OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServerThread
(Results
1 - 4
of
4
) sorted by null
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java
190
ServerThread
thread = new
ServerThread
();
238
ServerThread
thread = new
ServerThread
();
339
ServerThread
thread = new
ServerThread
();
353
thread = new
ServerThread
();
397
ServerThread
thread = new
ServerThread
();
413
thread = new
ServerThread
();
[
all
...]
/cts/tests/src/android/webkit/cts/
CtsTestServer.java
105
private
ServerThread
mServerThread;
158
mServerThread = new
ServerThread
(this, mSsl);
560
private static class
ServerThread
extends Thread {
619
public
ServerThread
(CtsTestServer server, boolean ssl) throws Exception {
620
super("
ServerThread
");
/frameworks/base/services/java/com/android/server/
SystemServer.java
52
class
ServerThread
extends Thread {
507
Slog.d(TAG, "System
ServerThread
is exiting!");
580
Thread thr = new
ServerThread
();
581
thr.setName("android.server.
ServerThread
");
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SocketChannelTest.java
[
all
...]
Completed in 148 milliseconds