Searched refs:ConnectionThread (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DConnectionThread.java29 class ConnectionThread extends Thread { class in inherits:Thread
47 ConnectionThread(Context context, method in class:ConnectionThread
95 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: Waiting for work");
108 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: new request " +
H A DRequestQueue.java72 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

Completed in 151 milliseconds