Searched defs:ConnectionThread (Results 1 - 8 of 8) sorted by relevance

/external/apache-http/android/src/android/net/http/
H A DConnectionThread.java24 class ConnectionThread extends Thread { class in inherits:Thread
42 ConnectionThread(Context context, method in class:ConnectionThread
90 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: Waiting for work");
103 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: new request " +
/external/sl4a/Utils/src/com/googlecode/android_scripting/
H A DSimpleServer.java48 private final ConcurrentHashMap<Integer, ConnectionThread> mConnectionThreads =
49 new ConcurrentHashMap<Integer, ConnectionThread>();
88 private final class ConnectionThread extends Thread { class in class:SimpleServer
95 private ConnectionThread(Socket socket, boolean rpc, Integer uid, BufferedReader reader, PrintWriter writer) { method in class:SimpleServer.ConnectionThread
96 setName("SimpleServer ConnectionThread " + getId());
306 ConnectionThread networkThread = new ConnectionThread(sock,true,mUID,reader,writer);
321 ConnectionThread networkThread = new ConnectionThread(sock,true,uid,reader,writer);
338 ConnectionThread networkThrea
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 129 milliseconds