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

/dalvik/libcore/support/src/test/java/tests/support/
H A DSupport_Configuration.java53 public static int SocksServerTestPort = 1080; field in class:Support_Configuration
217 value = props.get("SocksServerTestPort");
219 SocksServerTestPort = Integer.parseInt(value);

Completed in 50 milliseconds