Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/java/net/
DSocksSocketImpl.java55 private void superConnectServer(java.lang.String host, int port, int timeout) in superConnectServer() method in SocksSocketImpl
/libcore/ojluni/src/main/java/java/net/
DSocksSocketImpl.java87 superConnectServer(host, port, timeout); in privilegedConnect()
98 private void superConnectServer(String host, int port, in superConnectServer() method in SocksSocketImpl