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

  /frameworks/base/core/java/android/net/http/
ConnectionThread.java 29 class ConnectionThread extends Thread {
47 ConnectionThread(Context context,
95 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: Waiting for work");
108 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: new request " +
RequestQueue.java 72 ConnectionThread[] mThreads;
83 mThreads = new ConnectionThread[mConnectionCount];
86 mThreads[i] = new ConnectionThread(
111 ConnectionThread rt = mThreads[i];
122 ConnectionThread rt = mThreads[i];
158 private HashMap<HttpHost, LinkedList<ConnectionThread>> mActiveMap;
160 ConnectionThread getThread(HttpHost host) {
163 ConnectionThread ct = mThreads[i];
398 // There used to be a comment in ConnectionThread about t-mob's proxy
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverServer.java 111 new ConnectionThread(communicationSocket).start();
158 private class ConnectionThread extends Thread {
161 ConnectionThread(LlcpSocket socket) {
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushServer.java 63 private class ConnectionThread extends Thread {
66 ConnectionThread(LlcpSocket sock) {
157 new ConnectionThread(communicationSocket).start();
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepServer.java 97 private class ConnectionThread extends Thread {
101 ConnectionThread(LlcpSocket socket, int fragmentLength) {
217 new ConnectionThread(communicationSocket, fragmentLength).start();
  /external/ganymed-ssh2/examples/
SwingShell.java 514 class ConnectionThread extends Thread
519 public ConnectionThread(String hostname, String username)
723 ConnectionThread ct = new ConnectionThread(hostname, username);

Completed in 341 milliseconds