Home
last modified time | relevance | path

Searched refs:startConnectionThread (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/Utils/src/com/googlecode/android_scripting/
DSimpleServer.java269 startConnectionThread(sock); in start()
290 private void startConnectionThread(final Socket sock) throws IOException, JSONException { in startConnectionThread() method in SimpleServer
/external/apache-http/android/src/android/net/http/
DRequestQueue.java96 void startConnectionThread() { in startConnectionThread() method in RequestQueue.ActivePool
334 mActivePool.startConnectionThread(); in queueRequest()