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

/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DSocketConnect.java11 public class SocketConnect extends Thread { class in inherits:Thread
16 public SocketConnect(Socket from, Socket to) throws IOException { method in class:SocketConnect
43 SocketConnect sc1 = new SocketConnect(first, second);
44 SocketConnect sc2 = new SocketConnect(second, first);

Completed in 43 milliseconds