HomeSort by relevance Sort by last modified time
    Searched defs:SocketConnect (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
SocketConnect.java 11 public class SocketConnect extends Thread {
16 public SocketConnect(Socket from, Socket to) throws IOException {
43 SocketConnect sc1 = new SocketConnect(first, second);
44 SocketConnect sc2 = new SocketConnect(second, first);
ProxyServer.java 167 SocketConnect.connect(connection, server);

Completed in 40 milliseconds