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
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushServer.java
47
ServerThread
mServerThread = null;
106
class
ServerThread
extends Thread {
159
mServerThread = new
ServerThread
();
/libcore/luni/src/test/java/libcore/java/nio/channels/
OldSocketChannelTest.java
314
ServerThread
server = new
ServerThread
();
368
static class
ServerThread
extends Thread {
/cts/tests/src/android/webkit/cts/
CtsTestServer.java
119
private
ServerThread
mServerThread;
172
mServerThread = new
ServerThread
(this, mSsl);
665
private static class
ServerThread
extends Thread {
724
public
ServerThread
(CtsTestServer server, boolean ssl) throws Exception {
725
super("
ServerThread
");
[
all
...]
/frameworks/base/services/java/com/android/server/
SystemServer.java
59
class
ServerThread
extends Thread {
543
Slog.d(TAG, "System
ServerThread
is exiting!");
630
Thread thr = new
ServerThread
();
631
thr.setName("android.server.
ServerThread
");
Completed in 1690 milliseconds