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

  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 49 public static final String SocksServerTestHost = "jcltest.apache.org";
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java 51 public static String SocksServerTestHost = "jcltest.apache.org";
169 value = props.get("SocksServerTestHost");
171 SocksServerTestHost = value;

Completed in 175 milliseconds