HomeSort by relevance Sort by last modified time
    Searched refs:ConnectionThread (Results 1 - 3 of 3) 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/ndefpush/
NdefPushServer.java 50 private class ConnectionThread extends Thread {
53 ConnectionThread(LlcpSocket sock) {
127 new ConnectionThread(communicationSocket).start();

Completed in 51 milliseconds