Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/java/net/
DSocksSocketImpl.java136 private boolean useV4 = false; field in SocksSocketImpl
/libcore/ojluni/src/main/java/java/net/
DSocksSocketImpl.java47 private boolean useV4 = false; field in SocksSocketImpl
75 useV4 = true; in setV4()
451 if (useV4) { in connect()